Skip to content

Commit

Permalink
ping2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexm-redhat committed Jul 1, 2024
1 parent 82b31e8 commit 3f1c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/core/block/prefix_caching_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def update_seq_blocks_last_access(self, seq_id: int,
ts = self._seq_last_access[seq_id]

if ts is None:
# No last access was recorded, no need to update
# No last access was recorded, no need to update.
return

self._allocator.mark_blocks_as_accessed(block_ids, ts)
Expand Down

0 comments on commit 3f1c2a1

Please sign in to comment.