ColossalAI/colossalai/zero/utils/__init__.py

3 lines
55 B
Python
Raw Normal View History

2022-04-11 15:13:02 +00:00
from .zero_hook import ZeroHook
__all__ = ['ZeroHook']