ColossalAI/colossalai/legacy/nn/parallel/__init__.py

6 lines
65 B
Python

from .data_parallel import ColoDDP
__all__ = [
"ColoDDP",
]