Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale committed Dec 18, 2024
1 parent 17a53e7 commit 7a5ec1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aphrodite/processing/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,8 @@ def schedule(
# will crash the Aphrodite instance / will not retry.
for scheduled_seq_group in scheduler_outputs.scheduled_seq_groups:
self.block_manager.mark_blocks_as_computed(
scheduled_seq_group.seq_group)
scheduled_seq_group.seq_group,
scheduled_seq_group.token_chunk_size)

self._seq_group_metadata_cache[self.next_cache_id].reset()

Expand Down

0 comments on commit 7a5ec1b

Please sign in to comment.