mirror of
https://github.com/wassname/vllm.git
synced 2026-08-17 11:28:47 +08:00
[misc][typo] fix typo (#5620)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ TokensBlock = List[int]
|
||||
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user