[MISC] Move bind_kv_cache to worker module (#20900)

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-07-14 17:40:00 +08:00
committed by GitHub
parent 697ef765ee
commit 1e9438e0b0
6 changed files with 57 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
import torch
from vllm.v1.utils import bind_kv_cache
from vllm.v1.worker.utils import bind_kv_cache
def test_bind_kv_cache():