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
1b0482b9
Unverified
Commit
1b0482b9
authored
Dec 07, 2025
by
Yifan Qiao
Committed by
GitHub
Dec 07, 2025
Browse files
[Misc][Core] Remove unused `req_index` increment in scheduler (#30176)
Signed-off-by:
Yifan Qiao
<
yifanqiao@berkeley.edu
>
parent
e83b7e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+0
-1
No files found.
vllm/v1/core/sched/scheduler.py
View file @
1b0482b9
...
@@ -607,7 +607,6 @@ class Scheduler(SchedulerInterface):
...
@@ -607,7 +607,6 @@ class Scheduler(SchedulerInterface):
self
.
_update_connector_prefix_cache_stats
(
request
)
self
.
_update_connector_prefix_cache_stats
(
request
)
req_index
+=
1
self
.
running
.
append
(
request
)
self
.
running
.
append
(
request
)
if
self
.
log_stats
:
if
self
.
log_stats
:
request
.
record_event
(
request
.
record_event
(
...
...
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