mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-16 07:28:45 +00:00
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']
|