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
2545ed1c
Commit
2545ed1c
authored
Feb 05, 2026
by
zhuwenwen
Browse files
Merge branch 'v0.9.2-dev-fix' into 'v0.9.2-dev'
fix: 修复重复判断逻辑 See merge request dcutoolkit/deeplearing/vllm!406
parents
fa683b07
7acefb55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+15
-16
No files found.
vllm/v1/core/sched/scheduler.py
View file @
2545ed1c
...
...
@@ -280,7 +280,6 @@ class Scheduler(SchedulerInterface):
num_new_tokens
,
num_draft_tokens
=
num_draft_tokens
,
num_lookahead_tokens
=
self
.
num_lookahead_tokens
)
if
new_blocks
is
None
:
if
new_blocks
is
None
:
if
self
.
use_pp
:
preemptable_reqs
=
[
r
for
r
in
self
.
running
if
...
...
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