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
vllm_cscc
Commits
3f175f18
Unverified
Commit
3f175f18
authored
Dec 15, 2025
by
Max Hu
Committed by
GitHub
Dec 15, 2025
Browse files
[Bugfix] Fix multimodal configuration for Qwen3VL MOE model (#30670)
Signed-off-by:
Max Hu
<
hyoung2991@gmail.com
>
parent
ed586e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
vllm/model_executor/models/qwen3_vl_moe.py
vllm/model_executor/models/qwen3_vl_moe.py
+5
-0
No files found.
vllm/model_executor/models/qwen3_vl_moe.py
View file @
3f175f18
...
@@ -418,6 +418,11 @@ class Qwen3VLMoeForConditionalGeneration(
...
@@ -418,6 +418,11 @@ class Qwen3VLMoeForConditionalGeneration(
self
.
config
=
config
self
.
config
=
config
self
.
multimodal_config
=
multimodal_config
self
.
multimodal_config
=
multimodal_config
self
.
use_data_parallel
=
multimodal_config
.
mm_encoder_tp_mode
==
"data"
self
.
video_pruning_rate
=
multimodal_config
.
video_pruning_rate
self
.
is_multimodal_pruning_enabled
=
(
multimodal_config
.
is_multimodal_pruning_enabled
()
)
if
not
multimodal_config
.
get_limit_per_prompt
(
if
not
multimodal_config
.
get_limit_per_prompt
(
"image"
"image"
...
...
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