conftest.py 163 B

12345678
  1. import pytest
  2. from aphrodite.common.utils import create_kv_caches_with_random
  3. @pytest.fixture()
  4. def kv_cache_factory():
  5. return create_kv_caches_with_random