mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-13 20:39:59 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
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"]
|