mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 15:52:49 +08:00
[model] add qwen3 2507 model (#8783)
This commit is contained in:
parent
52882d01c3
commit
7c223c432b
@ -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