From eba17173d34548a39989eae2530dce53496a1f3d Mon Sep 17 00:00:00 2001 From: Lancer <402430575@qq.com> Date: Mon, 6 Jan 2025 00:48:16 +0800 Subject: [PATCH] fix: [doc] fix typo (#11751) Co-authored-by: Lancer --- vllm/core/block/block_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/core/block/block_table.py b/vllm/core/block/block_table.py index dca0b3fe8d304..90c1438efbd08 100644 --- a/vllm/core/block/block_table.py +++ b/vllm/core/block/block_table.py @@ -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.