Skip to content

Commit 0e00a25

Browse files
WrRanlulmer
authored andcommitted
[Misc] Remove redundant statements in scheduler.py (vllm-project#13229)
Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
1 parent 71de381 commit 0e00a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/core/scheduler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ def _schedule_swapped(
770770
swapped_queue.popleft()
771771
self._swap_in(seq_group, blocks_to_swap_in)
772772
self._append_slots(seq_group, blocks_to_copy, enable_chunking)
773-
is_prefill = seq_group.is_prefill()
774773
if is_prefill:
775774
prefill_seq_groups.append(
776775
ScheduledSequenceGroup(

0 commit comments

Comments
 (0)