mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-28 13:05:26 +00:00
7 lines
173 B
Python
7 lines
173 B
Python
from .opt_actor import OPTActor
|
|
from .opt_critic import OPTCritic
|
|
from .opt_lm import OPTLM
|
|
from .opt_rm import OPTRM
|
|
|
|
__all__ = ['OPTActor', 'OPTCritic', 'OPTRM', 'OPTLM']
|