Files
vllm/cacheflow/models/__init__.py
T

8 lines
96 B
Python

from cacheflow.worker.models.model_utils import get_model
__all__ = [
'get_model',
]