mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish unary_elementwise_generator.py code style (#4267)
Co-authored-by: aye42 <aye42@gatech.edu>pull/4338/head
parent
798cb72907
commit
3883db452c
|
@ -1,7 +1,7 @@
|
|||
import copy
|
||||
from typing import List
|
||||
|
||||
from colossalai.auto_parallel.tensor_shard.sharding_strategy import (MemoryCost, ShardingStrategy, TrainCycleItem)
|
||||
from colossalai.auto_parallel.tensor_shard.sharding_strategy import MemoryCost, ShardingStrategy, TrainCycleItem
|
||||
|
||||
from .strategy_generator import FollowingStrategyGenerator
|
||||
|
||||
|
|
Loading…
Reference in New Issue