vllm/cacheflow/worker/models/__init__.py

6 lines
92 B
Python
Raw Normal View History

2023-02-09 19:25:37 +08:00
from cacheflow.worker.models.opt import OPTForCausalLM
__all__ = [
'OPTForCausalLM',
]