mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 18:35:58 +08:00
[Misc] Remove redundant statements in scheduler.py (#13229)
This commit is contained in:
parent
84683fa271
commit
40932d7a05
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user