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>
  • Loading branch information
2 people authored and rasmith committed Jan 30, 2025
1 parent 08b7a10 commit 0805d15
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 0805d15

Please sign in to comment.