mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 09:01:40 +08:00
8 lines
96 B
Python
8 lines
96 B
Python
from cacheflow.worker.models.model_utils import get_model
|
|
|
|
|
|
__all__ = [
|
|
'get_model',
|
|
|
|
]
|