diff --git a/candle-examples/examples/glm4/main.rs b/candle-examples/examples/glm4/main.rs index a6ba7c72d..3fa948cbf 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, /// Run on CPU rather than on GPU.