mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
[model] add qwen3 2507 model (#8783)
This commit is contained in:
parent
f96e9e434d
commit
f77c5b923c
@ -2743,6 +2743,10 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "Qwen/Qwen3-30B-A3B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3-30B-A3B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-30B-A3B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-30B-A3B",
|
||||||
},
|
},
|
||||||
|
"Qwen3-30B-A3B-Instruct-2507": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3-30B-A3B-Instruct-2507",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-30B-A3B-Instruct-2507",
|
||||||
|
},
|
||||||
"Qwen3-235B-A22B-Thinking": {
|
"Qwen3-235B-A22B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3-235B-A22B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3-235B-A22B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-235B-A22B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-235B-A22B",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user