mirror of https://github.com/hpcaitech/ColossalAI
6 lines
65 B
Python
6 lines
65 B
Python
|
from .data_parallel import ColoDDP
|
||
|
|
||
|
__all__ = [
|
||
|
'ColoDDP',
|
||
|
]
|