delete some code

This commit is contained in:
jhqxxx
2026-03-30 20:36:57 +08:00
parent ccbe799b90
commit 363833d8fb
14 changed files with 19 additions and 142 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ impl<'a> Qwen3GenerateModel<'a> {
let generation_config: Qwen3GenerationConfig =
serde_json::from_slice(&std::fs::read(generation_config_path)?)?;
let model_name = std::path::Path::new(path)
.file_name()
.file_name()
.and_then(|s| s.to_str())
.unwrap_or("qwen3")
.to_string();