Skip to content

Commit 2d41a8f

Browse files
committed
Typo fix
Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai>
1 parent 2ede1a2 commit 2d41a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/attention/ops/hpu_paged_attn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ def copy_blocks(
8484
) -> None:
8585
key_caches = [kv_cache[0] for kv_cache in kv_caches]
8686
value_caches = [kv_cache[1] for kv_cache in kv_caches]
87-
cache_ops.copy_blocks(key_caches, value_caches, src_to_dist)
87+
cache_ops.copy_blocks(key_caches, value_caches, src_to_dsts)

0 commit comments

Comments
 (0)