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
976af2f3
Unverified
Commit
976af2f3
authored
Jan 19, 2026
by
honglyua
Committed by
GitHub
Jan 19, 2026
Browse files
[BugFix] Fix embed_input_ids argument error of QwenVLForConditionalGeneration (#32462)
parent
9a1f16da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/model_executor/models/qwen_vl.py
vllm/model_executor/models/qwen_vl.py
+2
-0
No files found.
vllm/model_executor/models/qwen_vl.py
View file @
976af2f3
...
@@ -731,6 +731,8 @@ class QwenVLForConditionalGeneration(
...
@@ -731,6 +731,8 @@ class QwenVLForConditionalGeneration(
],
],
}
}
embed_input_ids
=
SupportsMultiModal
.
embed_input_ids
def
get_mm_mapping
(
self
)
->
MultiModelKeys
:
def
get_mm_mapping
(
self
)
->
MultiModelKeys
:
"""
"""
Get the module prefix in multimodal models
Get the module prefix in multimodal models
...
...
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