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 <[email protected]>
  • Loading branch information
RuixiangMa and Lancer authored Jan 5, 2025
1 parent 635b897 commit eba1717
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 eba1717

Please sign in to comment.