Skip to content

Commit a7d64ef

Browse files
format
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 6338bd2 commit a7d64ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/attention/backends/mla/rocm_aiter_mla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(self, kv_cache_spec: AttentionSpec, vllm_config: VllmConfig,
8080

8181
# Preparing persistent buffers
8282
if vllm_config.compilation_config.full_cuda_graph:
83-
8483
self.paged_kv_indptr = torch.zeros(max_num_reqs + 1,
8584
dtype=torch.int32,
8685
device=device)

0 commit comments

Comments
 (0)