mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Actually remove the default hf-hub cache path for glm. (#2696)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user