mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-14 22:28:18 +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']
|