ColossalAI/applications/Chat/coati/models/bloom/__init__.py

6 lines
156 B
Python
Raw Normal View History

2023-03-28 12:25:36 +00:00
from .bloom_actor import BLOOMActor
from .bloom_critic import BLOOMCritic
from .bloom_rm import BLOOMRM
__all__ = ['BLOOMActor', 'BLOOMCritic', 'BLOOMRM']