mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-27 07:47:05 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
6 lines
65 B
Python
6 lines
65 B
Python
from .data_parallel import ColoDDP
|
|
|
|
__all__ = [
|
|
"ColoDDP",
|
|
]
|