diff options
Diffstat (limited to 'candle-examples/examples/glm4/main.rs')
-rw-r--r-- | candle-examples/examples/glm4/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/glm4/main.rs b/candle-examples/examples/glm4/main.rs index a6ba7c72..3fa948cb 100644 --- a/candle-examples/examples/glm4/main.rs +++ b/candle-examples/examples/glm4/main.rs @@ -109,7 +109,7 @@ impl TextGeneration { #[derive(Parser, Debug)] #[command(author, version, about, long_about = None)] struct Args { - #[arg(name = "cache", short, long, default_value = ".")] + #[arg(name = "cache", short)] cache_path: Option<String>, /// Run on CPU rather than on GPU. |