Skip to content

Commit 0805d15

Browse files
RuixiangMaLancer
authored andcommitted
fix: [doc] fix typo (vllm-project#11751)
Co-authored-by: Lancer <[email protected]>
1 parent 08b7a10 commit 0805d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/core/block/block_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BlockTable:
2323
blocks to initialize the BlockTable with. If not provided, an empty
2424
BlockTable is created.
2525
max_block_sliding_window (Optional[int], optional): The number of
26-
blocks to keep around for each sequance. If None, all blocks
26+
blocks to keep around for each sequence. If None, all blocks
2727
are kept (eg., when sliding window is not used).
2828
It should at least fit the sliding window size of the model.
2929

0 commit comments

Comments
 (0)