[model] add qwen3-4b-i/t (#8851)

This commit is contained in:
Kingsley 2025-08-07 19:39:26 +08:00 committed by GitHub
parent 2572111616
commit d8e4482849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",