mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-12 09:45:51 +08:00
9 lines
151 B
Python
9 lines
151 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
|