mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-25 01:03:35 +00:00
[NFC] polish colossalai/gemini/paramhooks/_param_hookmgr.py code style
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from typing import Callable, List
|
||||
import torch
|
||||
import functools
|
||||
from typing import Callable, List
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
class BaseParamHookMgr(object):
|
||||
|
||||
Reference in New Issue
Block a user