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
243ed7d3
Unverified
Commit
243ed7d3
authored
Oct 23, 2025
by
PiteXChen
Committed by
GitHub
Oct 22, 2025
Browse files
[Bugfix][Core] running queue index leakage exception (#26754)
Signed-off-by:
CLFutureX
<
chenyongqyl@163.com
>
parent
7e094105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+1
-0
No files found.
vllm/v1/core/sched/scheduler.py
View file @
243ed7d3
...
...
@@ -278,6 +278,7 @@ class Scheduler(SchedulerInterface):
token_budget
+=
num_scheduled_tokens
[
preempted_req
.
request_id
]
req_to_new_blocks
.
pop
(
preempted_req
.
request_id
)
num_scheduled_tokens
.
pop
(
preempted_req
.
request_id
)
req_index
-=
1
else
:
preempted_req
=
self
.
running
.
pop
()
...
...
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