"vscode:/vscode.git/clone" did not exist on "1e584823f8f9f7b8504c90dfa7689061537280da"
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