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
256a33ec
Unverified
Commit
256a33ec
authored
Dec 22, 2025
by
Li Wang
Committed by
GitHub
Dec 22, 2025
Browse files
[Model] Fix bagel failed to run (#31132)
Signed-off-by:
wangli
<
wangli858794774@gmail.com
>
parent
c02a2705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/bagel.py
vllm/model_executor/models/bagel.py
+1
-1
No files found.
vllm/model_executor/models/bagel.py
View file @
256a33ec
...
...
@@ -487,7 +487,7 @@ class BagelForConditionalGeneration(
# Split by image
return
tuple
(
vision_embeds
)
def
get
_multimodal
_embeddings
(
self
,
**
kwargs
:
object
)
->
MultiModalEmbeddings
:
def
embed
_multimodal
(
self
,
**
kwargs
:
object
)
->
MultiModalEmbeddings
:
"""Get multimodal embeddings from input."""
image_input
=
self
.
_parse_and_validate_image_input
(
**
kwargs
)
if
image_input
is
None
:
...
...
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