Unverified Commit 40932d7a authored by Wang Ran (汪然)'s avatar Wang Ran (汪然) Committed by GitHub
Browse files

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

parent 84683fa2
...@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment