Add OPT
This commit is contained in:
5
cacheflow/worker/models/__init__.py
Normal file
5
cacheflow/worker/models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from cacheflow.worker.models.opt import OPTForCausalLM
|
||||
|
||||
__all__ = [
|
||||
'OPTForCausalLM',
|
||||
]
|
||||
Reference in New Issue
Block a user