[Misc] Remove redundant statements in scheduler.py (#13229)

This commit is contained in:
Wang Ran (汪然) 2025-02-14 14:07:25 +08:00 committed by GitHub
parent 84683fa271
commit 40932d7a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -770,7 +770,6 @@ class Scheduler:
swapped_queue.popleft()
self._swap_in(seq_group, blocks_to_swap_in)
self._append_slots(seq_group, blocks_to_copy, enable_chunking)
is_prefill = seq_group.is_prefill()
if is_prefill:
prefill_seq_groups.append(
ScheduledSequenceGroup(