mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-17 17:02:04 +00:00
[NFC] polish colossalai/gemini/paramhooks/_param_hookmgr.py code style
This commit is contained in:
parent
1ce9d0c531
commit
64350029fe
@ -1,6 +1,7 @@
|
||||
from typing import Callable, List
|
||||
import torch
|
||||
import functools
|
||||
from typing import Callable, List
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
class BaseParamHookMgr(object):
|
||||
|
Loading…
Reference in New Issue
Block a user