This commit is contained in:
Woosuk Kwon
2023-02-09 11:25:37 +00:00
parent e7d9d9c08c
commit 39161c98a0
2 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from cacheflow.worker.models.opt import OPTForCausalLM
__all__ = [
'OPTForCausalLM',
]