diff --git a/candle-examples/examples/glm4/main.rs b/candle-examples/examples/glm4/main.rs index 55a27f349e..0a8d99a5ef 100644 --- a/candle-examples/examples/glm4/main.rs +++ b/candle-examples/examples/glm4/main.rs @@ -214,7 +214,7 @@ fn main() -> anyhow::Result<()> { let tokenizer_filename = match args.tokenizer { Some(file) => std::path::PathBuf::from(file), None => api - .model("THUDM/codegeex4-all-9b".to_string()) + .model("THUDM/glm-4-9b".to_string()) .get("tokenizer.json") .map_err(anyhow::Error::msg)?, };