6 lines
92 B
Python
6 lines
92 B
Python
from cacheflow.worker.models.opt import OPTForCausalLM
|
|
|
|
__all__ = [
|
|
'OPTForCausalLM',
|
|
]
|