Commit 64350029 authored by Xu Kai's avatar Xu Kai Committed by binmakeswell
Browse files

[NFC] polish colossalai/gemini/paramhooks/_param_hookmgr.py code style

parent 1ce9d0c5
import functools
from typing import Callable, List from typing import Callable, List
import torch import torch
import functools
class BaseParamHookMgr(object): class BaseParamHookMgr(object):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment