mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/gemini/paramhooks/_param_hookmgr.py code style
parent
1ce9d0c531
commit
64350029fe
|
@ -1,6 +1,7 @@
|
||||||
from typing import Callable, List
|
|
||||||
import torch
|
|
||||||
import functools
|
import functools
|
||||||
|
from typing import Callable, List
|
||||||
|
|
||||||
|
import torch
|
||||||
|
|
||||||
|
|
||||||
class BaseParamHookMgr(object):
|
class BaseParamHookMgr(object):
|
||||||
|
|
Loading…
Reference in New Issue