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
40932d7a
Unverified
Commit
40932d7a
authored
Feb 14, 2025
by
Wang Ran (汪然)
Committed by
GitHub
Feb 13, 2025
Browse files
[Misc] Remove redundant statements in scheduler.py (#13229)
parent
84683fa2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/core/scheduler.py
vllm/core/scheduler.py
+0
-1
No files found.
vllm/core/scheduler.py
View file @
40932d7a
...
@@ -770,7 +770,6 @@ class Scheduler:
...
@@ -770,7 +770,6 @@ class Scheduler:
swapped_queue
.
popleft
()
swapped_queue
.
popleft
()
self
.
_swap_in
(
seq_group
,
blocks_to_swap_in
)
self
.
_swap_in
(
seq_group
,
blocks_to_swap_in
)
self
.
_append_slots
(
seq_group
,
blocks_to_copy
,
enable_chunking
)
self
.
_append_slots
(
seq_group
,
blocks_to_copy
,
enable_chunking
)
is_prefill
=
seq_group
.
is_prefill
()
if
is_prefill
:
if
is_prefill
:
prefill_seq_groups
.
append
(
prefill_seq_groups
.
append
(
ScheduledSequenceGroup
(
ScheduledSequenceGroup
(
...
...
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