[model] add qwen3-vl-30b (#9227)

This commit is contained in:
codingma 2025-10-04 14:12:37 +08:00 committed by GitHub
parent 7d60b840ef
commit 2e2f92701f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3197,6 +3197,10 @@ register_model_group(
DownloadSource.DEFAULT: "Qwen/Qwen3-VL-235B-A22B-Instruct",
DownloadSource.MODELSCOPE: "Qwen/Qwen3-VL-235B-A22B-Instruct",
},
"Qwen3-VL-30B-A3B-Instruct": {
DownloadSource.DEFAULT: "Qwen/Qwen3-VL-30B-A3B-Instruct",
DownloadSource.MODELSCOPE: "Qwen/Qwen3-VL-30B-A3B-Instruct",
},
},
template="qwen3_vl_nothink",
multimodal=True,
@ -3209,6 +3213,10 @@ register_model_group(
DownloadSource.DEFAULT: "Qwen/Qwen3-VL-235B-A22B-Thinking",
DownloadSource.MODELSCOPE: "Qwen/Qwen3-VL-235B-A22B-Thinking",
},
"Qwen3-VL-30B-A3B-Thinking": {
DownloadSource.DEFAULT: "Qwen/Qwen3-VL-30B-A3B-Thinking",
DownloadSource.MODELSCOPE: "Qwen/Qwen3-VL-30B-A3B-Thinking",
},
},
template="qwen3_vl",
multimodal=True,