mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-19 20:22:48 +08:00
[model] add qwen3-4b-i/t (#8851)
This commit is contained in:
parent
2572111616
commit
d8e4482849
@ -2755,6 +2755,14 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "Qwen/Qwen3-4B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3-4B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B",
|
||||||
},
|
},
|
||||||
|
"Qwen3-4B-Instruct-2507": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3-4B-Instruct-2507",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Instruct-2507",
|
||||||
|
},
|
||||||
|
"Qwen3-4B-Thinking-2507": {
|
||||||
|
DownloadSource.DEFAULT: "Qwen/Qwen3-4B-Thinking-2507",
|
||||||
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Thinking-2507",
|
||||||
|
},
|
||||||
"Qwen3-8B-Thinking": {
|
"Qwen3-8B-Thinking": {
|
||||||
DownloadSource.DEFAULT: "Qwen/Qwen3-8B",
|
DownloadSource.DEFAULT: "Qwen/Qwen3-8B",
|
||||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-8B",
|
DownloadSource.MODELSCOPE: "Qwen/Qwen3-8B",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user