ColossalAI/colossalai/zero/utils/__init__.py

4 lines
127 B
Python

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