Skip to content

Commit

Permalink
Actually remove the default hf-hub cache path for glm. (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare authored Dec 31, 2024
1 parent 7354afc commit 94ffc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-examples/examples/glm4/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94ffc2e

Please sign in to comment.