Files
ColossalAI/colossalai/zero/utils/__init__.py
2022-04-11 23:13:02 +08:00

4 lines
127 B
Python

from .stateful_tensor_mgr import StatefulTensorMgr
from .zero_hook import ZeroHook
__all__ = ['StatefulTensorMgr', 'ZeroHook']