From 7b600e3841e4f85c9b7ca9e1abe6f08cc3d51c04 Mon Sep 17 00:00:00 2001 From: seungrokjung Date: Wed, 16 Oct 2024 14:59:55 +0000 Subject: [PATCH] linting --- vllm/attention/backends/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/attention/backends/utils.py b/vllm/attention/backends/utils.py index 4951636c64cb0..e451cd5522d18 100644 --- a/vllm/attention/backends/utils.py +++ b/vllm/attention/backends/utils.py @@ -229,7 +229,7 @@ def build(self, seq_lens: List[int], query_lens: List[int], # to lookahead slots of multi-step, however, they are # not used anyway, so can be safely ignored. input_block_tables[ - i, :max_blocks] = block_table[:max_blocks] + i, :max_blocks] = block_table[:max_blocks] block_tables = torch.from_numpy(input_block_tables).to( device, non_blocking=True) else: