[model] add QwQ 32b (#7179)

This commit is contained in:
hoshi-hiyouga
2025-03-06 11:58:36 +08:00
committed by GitHub
parent 8ad03258e1
commit 64a6fb9b50
2 changed files with 6 additions and 3 deletions

View File

@@ -2174,6 +2174,10 @@ register_model_group(
DownloadSource.DEFAULT: "Qwen/QwQ-32B-Preview",
DownloadSource.MODELSCOPE: "Qwen/QwQ-32B-Preview",
},
"QwQ-32B-Instruct": {
DownloadSource.DEFAULT: "Qwen/QwQ-32B",
DownloadSource.MODELSCOPE: "Qwen/QwQ-32B",
},
},
template="qwen",
)