vllm/cacheflow/worker/models/__init__.py
Woosuk Kwon 39161c98a0 Add OPT
2023-02-09 11:25:37 +00:00

6 lines
92 B
Python

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