mirror of https://github.com/hpcaitech/ColossalAI
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']
|