Commit d1e5bafc authored by Zangwei Zheng's avatar Zangwei Zheng Committed by Frank Lee
Browse files

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

parent 95068587
from .cost_graph import CostGraph
from .graph_analysis import GraphAnalyser
from .options import SolverOptions from .options import SolverOptions
from .strategies_constructor import StrategiesConstructor
from .sharding_strategy import ShardingStrategy, StrategiesVector from .sharding_strategy import ShardingStrategy, StrategiesVector
from .cost_graph import CostGraph
from .solver import Solver from .solver import Solver
from .graph_analysis import GraphAnalyser from .strategies_constructor import StrategiesConstructor
\ No newline at end of file
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