mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Misc] fix typo in block manager (#4453)
This commit is contained in:
@ -391,7 +391,7 @@ class BlockSpaceManagerV1(BlockSpaceManager):
|
||||
block_table.append(block_table[len(block_table) %
|
||||
self.block_sliding_window])
|
||||
else:
|
||||
# The sequence has a new logical block.
|
||||
# The sequence hash a new logical block.
|
||||
# Allocate a new physical block.
|
||||
new_block = self._allocate_last_physical_block(seq)
|
||||
block_table.append(new_block)
|
||||
|
Reference in New Issue
Block a user