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
1eff9d04
Commit
1eff9d04
authored
Nov 17, 2025
by
zhuwenwen
Browse files
update free_encoder_mm_hashes
parent
f4776ec3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+1
-1
No files found.
vllm/v1/core/sched/scheduler.py
View file @
1eff9d04
...
@@ -1023,7 +1023,7 @@ class Scheduler(SchedulerInterface):
...
@@ -1023,7 +1023,7 @@ class Scheduler(SchedulerInterface):
# It contains the request IDs that are finished in between
# It contains the request IDs that are finished in between
# the previous and the current steps.
# the previous and the current steps.
finished_req_ids
=
self
.
finished_req_ids
,
finished_req_ids
=
self
.
finished_req_ids
,
free_encoder_
input_id
s
=
self
.
encoder_cache_manager
.
free_encoder_
mm_hashe
s
=
self
.
encoder_cache_manager
.
get_freed_mm_hashes
(),
get_freed_mm_hashes
(),
structured_output_request_ids
=
structured_output_request_ids
,
structured_output_request_ids
=
structured_output_request_ids
,
grammar_bitmask
=
grammar_bitmask
,
grammar_bitmask
=
grammar_bitmask
,
...
...
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