Skip to content

Commit

Permalink
Addition of lacked ignored_seq_groups in _schedule_chunked_prefill (v…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLim-sy authored Jun 7, 2024
1 parent 18a277b commit dc49fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/core/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,8 @@ def _schedule_chunked_prefill(self):
blocks_to_swap_out=running_scheduled.blocks_to_swap_out,
blocks_to_copy=running_scheduled.blocks_to_copy +
swapped_in.blocks_to_copy,
ignored_seq_groups=prefills.ignored_seq_groups,
ignored_seq_groups=prefills.ignored_seq_groups +
swapped_in.infeasible_seq_groups,
num_lookahead_slots=running_scheduled.num_lookahead_slots,
running_queue_size=len(self.running),
preempted=(len(running_scheduled.preempted) +
Expand Down

0 comments on commit dc49fb8

Please sign in to comment.