mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-03 18:25:59 +08:00
[misc] fix constants (#10232)
This commit is contained in:
@@ -2812,24 +2812,29 @@ register_model_group(
|
|||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"Qwen3.5-27B": {
|
"Qwen3.5-35B-A3B-Base": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-35B-A3B-Base",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-35B-A3B-Base",
|
||||||
|
},
|
||||||
|
"Qwen3.5-27B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3.5-27B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-27B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-27B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-27B",
|
||||||
},
|
},
|
||||||
"Qwen3.5-35B-A3B": {
|
"Qwen3.5-35B-A3B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3.5-35B-A3B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-35B-A3B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-35B-A3B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-35B-A3B",
|
||||||
},
|
},
|
||||||
"Qwen3.5-122B-A10B": {
|
"Qwen3.5-122B-A10B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3.5-122B-A10B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-122B-A10B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-122B-A10B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-122B-A10B",
|
||||||
},
|
},
|
||||||
"Qwen3.5-397B-A17B": {
|
"Qwen3.5-397B-A17B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3.5-397B-A17B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3.5-397B-A17B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-397B-A17B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3.5-397B-A17B",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
template="qwen3_5",
|
template="qwen3_5",
|
||||||
|
multimodal=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user