mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12:50 +08:00
[model] add qwen3 2507 model (#8783)
This commit is contained in:
parent
7218d4aa96
commit
edd112f35c
Binary file not shown.
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 166 KiB |
Binary file not shown.
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 171 KiB |
@ -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