[fix] baseline4 copy_blocks 崩溃和 ex_engine import 路径两个接线没接对

This commit is contained in:
root
2026-08-17 13:19:26 +00:00
parent 1af45de371
commit 9c46f5a04e
2 changed files with 12 additions and 4 deletions

View File

@@ -2282,5 +2282,4 @@ class PagedAttention:
) -> None:
key_caches = [kv_cache[0] for kv_cache in kv_caches]
value_caches = [kv_cache[1] for kv_cache in kv_caches]
import ixformer.functions as ixf_F
ixf_F.vllm_copy_cache(key_caches, value_caches, src_to_dists)
ops.copy_blocks(key_caches, value_caches, src_to_dists)