Files
vllm/cacheflow/worker/models/__init__.py
T
2023-02-09 11:25:37 +00:00

6 lines
92 B
Python

from cacheflow.worker.models.opt import OPTForCausalLM
__all__ = [
'OPTForCausalLM',
]