Skip to content

Commit

Permalink
fix: [doc] fix typo (vllm-project#11751)
Browse files Browse the repository at this point in the history
Co-authored-by: Lancer <maruixiang6688@gmail.com>
Signed-off-by: Isotr0py <2037008807@qq.com>
  • Loading branch information
2 people authored and Isotr0py committed Feb 2, 2025
1 parent b18ba52 commit edc593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/core/block/block_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BlockTable:
blocks to initialize the BlockTable with. If not provided, an empty
BlockTable is created.
max_block_sliding_window (Optional[int], optional): The number of
blocks to keep around for each sequance. If None, all blocks
blocks to keep around for each sequence. If None, all blocks
are kept (eg., when sliding window is not used).
It should at least fit the sliding window size of the model.
Expand Down

0 comments on commit edc593c

Please sign in to comment.