Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
[misc][typo] fix typo (vllm-project#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored and robertgshaw2-redhat committed Jun 23, 2024
1 parent 69fa6ed commit 1b39fc2
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 1b39fc2

Please # to comment.