conftest.py 151 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
7
8
import pytest

from vllm.utils import create_kv_caches_with_random


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