conftest.py 150 Bytes
Newer Older
1
import pytest
2
from vllm.utils import create_kv_caches_with_random
3
4
5
6


@pytest.fixture()
def kv_cache_factory():
7
    return create_kv_caches_with_random