Actually remove the default hf-hub cache path for glm. (#2696)

This commit is contained in:
Laurent Mazare
2024-12-31 11:00:44 +01:00
committed by GitHub
parent 7354afc673
commit 94ffc2ec6f

View File

@ -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.