Skip to content

Commit 8eadcf0

Browse files
authored
[misc][typo] fix typo (#5620)
1 parent 5002175 commit 8eadcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class BlockPool:
16-
"""A pool of physical blocks.
16+
"""A pool of logical blocks.
1717
When requests come, we create a lot of logical blocks;
1818
when requests are done, we destroy a lot of logical blocks.
1919
It turns out that creating and destroying logical blocks can be expensive,

0 commit comments

Comments
 (0)