ColossalAI/colossalai/gemini/paramhooks/__init__.py
Jiarui Fang 4165eabb1e
[hotfix] remove potiential circle import (#1307)
* make it faster

* [hotfix] remove circle import
2022-07-14 13:44:26 +08:00

4 lines
77 B
Python

from ._param_hookmgr import BaseParamHookMgr
__all__ = ["BaseParamHookMgr"]