mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-01 11:55:23 +00:00
5 lines
130 B
Python
5 lines
130 B
Python
from .data_parallel import ColoDDP, ZeroDDP
|
|
from .gemini_parallel import GeminiDDP
|
|
|
|
__all__ = ['ColoDDP', 'ZeroDDP', 'GeminiDDP']
|