We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635b897 commit eba1717Copy full SHA for eba1717
vllm/core/block/block_table.py
@@ -23,7 +23,7 @@ class BlockTable:
23
blocks to initialize the BlockTable with. If not provided, an empty
24
BlockTable is created.
25
max_block_sliding_window (Optional[int], optional): The number of
26
- blocks to keep around for each sequance. If None, all blocks
+ blocks to keep around for each sequence. If None, all blocks
27
are kept (eg., when sliding window is not used).
28
It should at least fit the sliding window size of the model.
29
0 commit comments