"vllm/model_executor/models/orion.py" did not exist on "37ca5581039271d4bf69e5cb1f1ec8e04775777c"
__init__.py 92 Bytes
Newer Older
Woosuk Kwon's avatar
Add OPT  
Woosuk Kwon committed
1
2
3
4
5
from cacheflow.worker.models.opt import OPTForCausalLM

__all__ = [
    'OPTForCausalLM',
]