Browse Source

[NFC] polish colossalai/auto_parallel/tensor_shard/deprecated/__init__.py code style (#2291)

pull/2317/head
Zangwei Zheng 2 years ago committed by Frank Lee
parent
commit
d1e5bafcd4
  1. 6
      colossalai/auto_parallel/tensor_shard/deprecated/__init__.py

6
colossalai/auto_parallel/tensor_shard/deprecated/__init__.py

@ -1,6 +1,6 @@
from .cost_graph import CostGraph
from .graph_analysis import GraphAnalyser
from .options import SolverOptions
from .strategies_constructor import StrategiesConstructor
from .sharding_strategy import ShardingStrategy, StrategiesVector
from .cost_graph import CostGraph
from .solver import Solver
from .graph_analysis import GraphAnalyser
from .strategies_constructor import StrategiesConstructor

Loading…
Cancel
Save