Skip to content

Commit eba1717

Browse files
RuixiangMaLancer
and
Lancer
authored
fix: [doc] fix typo (#11751)
Co-authored-by: Lancer <[email protected]>
1 parent 635b897 commit eba1717

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)