vllm/cacheflow/models/__init__.py
2023-02-22 18:03:48 +00:00

8 lines
96 B
Python

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