ColossalAI/applications/ChatGPT/chatgpt/models/bloom/__init__.py

6 lines
156 B
Python
Raw Normal View History

2023-03-07 08:34:22 +00:00
from .bloom_actor import BLOOMActor
from .bloom_critic import BLOOMCritic
from .bloom_rm import BLOOMRM
__all__ = ['BLOOMActor', 'BLOOMCritic', 'BLOOMRM']