[model] support VibeThinker models (#9616)

This commit is contained in:
Hertz
2025-12-16 21:50:46 +08:00
committed by GitHub
parent 18c21bce5a
commit 9fd4b094d4
3 changed files with 13 additions and 0 deletions

View File

@@ -3520,6 +3520,17 @@ register_model_group(
)
register_model_group(
models={
"VibeThinker-1.5B": {
DownloadSource.DEFAULT: "WeiboAI/VibeThinker-1.5B",
DownloadSource.MODELSCOPE: "WeiboAI/VibeThinker-1.5B",
},
},
template="qwen3",
)
register_model_group(
models={
"Vicuna-v1.5-7B-Chat": {