From 94ffc2ec6f02e9fa067ee883957e10e902716f59 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 31 Dec 2024 11:00:44 +0100 Subject: [PATCH] Actually remove the default hf-hub cache path for glm. (#2696) --- candle-examples/examples/glm4/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.