mirror of
https://github.com/wassname/vllm.git
synced 2026-06-28 08:09:13 +08:00
9090bf02e7
Co-authored-by: zhaoyang <zhao.yang16@zte.com.cn> Co-authored-by: Zhuohan Li <zhuohan123@gmail.com>
8 lines
150 B
Python
8 lines
150 B
Python
import pytest
|
|
from vllm.utils import create_kv_caches_with_random
|
|
|
|
|
|
@pytest.fixture()
|
|
def kv_cache_factory():
|
|
return create_kv_caches_with_random
|