Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8eadcf0b
Unverified
Commit
8eadcf0b
authored
Jun 17, 2024
by
youkaichao
Committed by
GitHub
Jun 17, 2024
Browse files
[misc][typo] fix typo (#5620)
parent
5002175e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/block.py
vllm/block.py
+1
-1
No files found.
vllm/block.py
View file @
8eadcf0b
...
@@ -13,7 +13,7 @@ TokensBlock = List[int]
...
@@ -13,7 +13,7 @@ TokensBlock = List[int]
class
BlockPool
:
class
BlockPool
:
"""A pool of
phys
ical blocks.
"""A pool of
log
ical blocks.
When requests come, we create a lot of logical blocks;
When requests come, we create a lot of logical blocks;
when requests are done, we destroy 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,
It turns out that creating and destroying logical blocks can be expensive,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment