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
eba17173
Unverified
Commit
eba17173
authored
Jan 06, 2025
by
Lancer
Committed by
GitHub
Jan 06, 2025
Browse files
fix: [doc] fix typo (#11751)
Co-authored-by:
Lancer
<
maruixiang6688@gmail.com
>
parent
635b8972
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/core/block/block_table.py
vllm/core/block/block_table.py
+1
-1
No files found.
vllm/core/block/block_table.py
View file @
eba17173
...
@@ -23,7 +23,7 @@ class BlockTable:
...
@@ -23,7 +23,7 @@ class BlockTable:
blocks to initialize the BlockTable with. If not provided, an empty
blocks to initialize the BlockTable with. If not provided, an empty
BlockTable is created.
BlockTable is created.
max_block_sliding_window (Optional[int], optional): The number of
max_block_sliding_window (Optional[int], optional): The number of
blocks to keep around for each sequ
a
nce. If None, all blocks
blocks to keep around for each sequ
e
nce. If None, all blocks
are kept (eg., when sliding window is not used).
are kept (eg., when sliding window is not used).
It should at least fit the sliding window size of the model.
It should at least fit the sliding window size of the model.
...
...
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