Skip to content

Commit bc8c517

Browse files
WrRanshreyankg
authored andcommitted
[Misc] Remove redundant statements in scheduler.py (vllm-project#13229)
1 parent 5777d46 commit bc8c517

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)