mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-24 07:40:35 +08:00
[model] support VibeThinker models (#9616)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user