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
010acc6e
Unverified
Commit
010acc6e
authored
Sep 13, 2025
by
Cyrus Leung
Committed by
GitHub
Sep 12, 2025
Browse files
[Bugfix] Fix incompatibility between #20452 and #24548 (#24754)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
c8c42597
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
vllm/v1/executor/utils.py
vllm/v1/executor/utils.py
+2
-4
No files found.
vllm/v1/executor/utils.py
View file @
010acc6e
...
...
@@ -19,7 +19,5 @@ def get_and_update_mm_cache(
"""
scheduler_output
=
args
[
0
]
for
request_data
in
scheduler_output
.
scheduled_new_reqs
:
for
i
in
range
(
len
(
request_data
.
mm_kwargs
)):
mm_input
=
request_data
.
mm_kwargs
[
i
]
request_data
.
mm_kwargs
[
i
]
=
\
receiver_cache
.
get_and_update_item
(
mm_input
,
None
)
request_data
.
mm_features
=
receiver_cache
.
get_and_update_features
(
request_data
.
mm_features
)
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