mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-31 03:15:40 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
from .opt_actor import OPTActor
|
|
from .opt_critic import OPTCritic
|
|
from .opt_rm import OPTRM
|
|
|
|
__all__ = ['OPTActor', 'OPTCritic', 'OPTRM']
|