Skip to content

Commit

Permalink
[misc][typo] fix typo (#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jun 18, 2024
1 parent 5002175 commit 8eadcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class BlockPool:
"""A pool of physical blocks.
"""A pool of logical blocks.
When requests come, we create a lot of logical blocks;
when requests are done, we destroy a lot of logical blocks.
It turns out that creating and destroying logical blocks can be expensive,
Expand Down

0 comments on commit 8eadcf0

Please sign in to comment.