mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/amp/naive_amp/_utils.py code style (#1816)
* [NFC] polish colossalai/nn/metric/accuracy_2p5d.py code style (#1714) * [NFC] polish colossalai/zero/sharded_param/__init__.py code style * [NFC] polish colossalai/amp/naive_amp/_utils.py code style Co-authored-by: shenggan <csg19971016@gmail.com> Co-authored-by: ric <mkkt_bkkt@mail.ustc.edu.cn>pull/1849/head
parent
25993db98a
commit
9623ec1b02
|
@ -1,4 +1,5 @@
|
|||
from typing import List
|
||||
|
||||
from torch import Tensor
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue