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
9f4e3090
Unverified
Commit
9f4e3090
authored
Oct 17, 2025
by
Jee Jee Li
Committed by
GitHub
Oct 16, 2025
Browse files
[Model] Fix Qwen3VL mm mapping (#27027)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
5afd3276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/models/qwen3_vl.py
vllm/model_executor/models/qwen3_vl.py
+2
-2
No files found.
vllm/model_executor/models/qwen3_vl.py
View file @
9f4e3090
...
...
@@ -1776,6 +1776,6 @@ class Qwen3VLForConditionalGeneration(
"""
return
MultiModelKeys
.
from_string_field
(
language_model
=
"language_model"
,
connector
=
"
model.
visual.merger"
,
tower_model
=
"
model.
visual."
,
connector
=
"visual.merger"
,
tower_model
=
"visual."
,
)
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