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 2ede1a2 commit 2d41a8fCopy full SHA for 2d41a8f
vllm/attention/ops/hpu_paged_attn.py
@@ -84,4 +84,4 @@ def copy_blocks(
84
) -> None:
85
key_caches = [kv_cache[0] for kv_cache in kv_caches]
86
value_caches = [kv_cache[1] for kv_cache in kv_caches]
87
- cache_ops.copy_blocks(key_caches, value_caches, src_to_dist)
+ cache_ops.copy_blocks(key_caches, value_caches, src_to_dsts)
0 commit comments