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
e712dcbb
Commit
e712dcbb
authored
Nov 14, 2025
by
zhuwenwen
Browse files
update SchedulerOutput
parent
23f39c5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+2
-2
No files found.
vllm/v1/core/sched/scheduler.py
View file @
e712dcbb
...
@@ -157,7 +157,6 @@ class Scheduler(SchedulerInterface):
...
@@ -157,7 +157,6 @@ class Scheduler(SchedulerInterface):
cache_size
=
encoder_cache_size
)
cache_size
=
encoder_cache_size
)
speculative_config
=
vllm_config
.
speculative_config
speculative_config
=
vllm_config
.
speculative_config
# self.speculative_config = speculative_config
self
.
use_eagle
=
False
self
.
use_eagle
=
False
self
.
num_spec_tokens
=
self
.
num_lookahead_tokens
=
0
self
.
num_spec_tokens
=
self
.
num_lookahead_tokens
=
0
...
@@ -1024,7 +1023,8 @@ class Scheduler(SchedulerInterface):
...
@@ -1024,7 +1023,8 @@ 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_ids
=
self
.
encoder_cache_manager
.
get_freed_ids
(),
free_encoder_input_ids
=
self
.
encoder_cache_manager
.
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