mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-13 12:05:48 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
6 lines
156 B
Python
6 lines
156 B
Python
from .bloom_actor import BLOOMActor
|
|
from .bloom_critic import BLOOMCritic
|
|
from .bloom_rm import BLOOMRM
|
|
|
|
__all__ = ["BLOOMActor", "BLOOMCritic", "BLOOMRM"]
|