mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 06:52:46 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
4 lines
171 B
Python
4 lines
171 B
Python
from .init_context import ZeroInitContext, no_shard_zero_context, no_shard_zero_decrator
|
|
|
|
__all__ = ["ZeroInitContext", "no_shard_zero_context", "no_shard_zero_decrator"]
|