Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
6a46e3a0
Unverified
Commit
6a46e3a0
authored
Mar 11, 2026
by
Daniel Socek
Committed by
GitHub
Mar 12, 2026
Browse files
chore(vllm): expand qwen3 vl multimodal support list (#6163)
Signed-off-by:
Daniel Socek
<
daniel.socek@intel.com
>
parent
f01a5c71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
components/src/dynamo/vllm/multimodal_utils/model.py
components/src/dynamo/vllm/multimodal_utils/model.py
+6
-0
No files found.
components/src/dynamo/vllm/multimodal_utils/model.py
View file @
6a46e3a0
...
@@ -45,9 +45,12 @@ class SupportedModels:
...
@@ -45,9 +45,12 @@ class SupportedModels:
QWEN_3_VL_2B
=
"Qwen/Qwen3-VL-2B-Instruct"
QWEN_3_VL_2B
=
"Qwen/Qwen3-VL-2B-Instruct"
QWEN_3_VL_30B_A3B
=
"Qwen/Qwen3-VL-30B-A3B-Instruct"
QWEN_3_VL_30B_A3B
=
"Qwen/Qwen3-VL-30B-A3B-Instruct"
QWEN_3_VL_30B_A3B_FP8
=
"Qwen/Qwen3-VL-30B-A3B-Instruct-FP8"
QWEN_3_VL_30B_A3B_FP8
=
"Qwen/Qwen3-VL-30B-A3B-Instruct-FP8"
QWEN_3_VL_8B
=
"Qwen/Qwen3-VL-8B-Instruct"
QWEN_3_VL_8B_FP8
=
"Qwen/Qwen3-VL-8B-Instruct-FP8"
QWEN_3_VL_8B_FP8
=
"Qwen/Qwen3-VL-8B-Instruct-FP8"
QWEN_3_VL_4B
=
"Qwen/Qwen3-VL-4B-Instruct"
QWEN_3_VL_4B
=
"Qwen/Qwen3-VL-4B-Instruct"
QWEN_3_VL_4B_FP8
=
"Qwen/Qwen3-VL-4B-Instruct-FP8"
QWEN_3_VL_4B_FP8
=
"Qwen/Qwen3-VL-4B-Instruct-FP8"
QWEN_3_VL_32B
=
"Qwen/Qwen3-VL-32B-Instruct"
QWEN_3_VL_32B_FP8
=
"Qwen/Qwen3-VL-32B-Instruct-FP8"
LLAVA_NEXT_VIDEO_7B
=
"llava-hf/LLaVA-NeXT-Video-7B-hf"
LLAVA_NEXT_VIDEO_7B
=
"llava-hf/LLaVA-NeXT-Video-7B-hf"
...
@@ -129,9 +132,12 @@ QWEN_VL_MODELS = [
...
@@ -129,9 +132,12 @@ QWEN_VL_MODELS = [
SupportedModels
.
QWEN_3_VL_2B
,
SupportedModels
.
QWEN_3_VL_2B
,
SupportedModels
.
QWEN_3_VL_30B_A3B
,
SupportedModels
.
QWEN_3_VL_30B_A3B
,
SupportedModels
.
QWEN_3_VL_30B_A3B_FP8
,
SupportedModels
.
QWEN_3_VL_30B_A3B_FP8
,
SupportedModels
.
QWEN_3_VL_8B
,
SupportedModels
.
QWEN_3_VL_8B_FP8
,
SupportedModels
.
QWEN_3_VL_8B_FP8
,
SupportedModels
.
QWEN_3_VL_4B
,
SupportedModels
.
QWEN_3_VL_4B
,
SupportedModels
.
QWEN_3_VL_4B_FP8
,
SupportedModels
.
QWEN_3_VL_4B_FP8
,
SupportedModels
.
QWEN_3_VL_32B
,
SupportedModels
.
QWEN_3_VL_32B_FP8
,
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment