ColossalAI/applications/ChatGPT/chatgpt/models/bloom/__init__.py
2023-03-07 16:34:22 +08:00

6 lines
156 B
Python

from .bloom_actor import BLOOMActor
from .bloom_critic import BLOOMCritic
from .bloom_rm import BLOOMRM
__all__ = ['BLOOMActor', 'BLOOMCritic', 'BLOOMRM']