mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +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)]
|
#[derive(Parser, Debug)]
|
||||||
#[command(author, version, about, long_about = None)]
|
#[command(author, version, about, long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
#[arg(name = "cache", short, long, default_value = ".")]
|
#[arg(name = "cache", short)]
|
||||||
cache_path: Option<String>,
|
cache_path: Option<String>,
|
||||||
|
|
||||||
/// Run on CPU rather than on GPU.
|
/// Run on CPU rather than on GPU.
|
||||||
|
Reference in New Issue
Block a user