vllm/cacheflow/worker/models/__init__.py
2023-02-13 09:36:12 +00:00

8 lines
96 B
Python

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