This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
8c90d4df54
ColossalAI
/
colossalai
/
engine
/
paramhooks
/
__init__.py
4 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
add a common util for hooks registered on parameter. (#292)
2022-03-02 06:38:22 +00:00
from
.
_param_hookmgr
import
BaseParamHookMgr
Fix/format colossalai/engine/paramhooks/(#350)
2022-03-09 09:28:17 +00:00
__all__
=
[
"
BaseParamHookMgr
"
]