mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 01:28:31 +00:00
[autoparallel] add experimental view handler (#2011)
* [autoparallel] add experimental view handler * polish * polish * polish code * rename variables
This commit is contained in:
@@ -82,7 +82,6 @@ class StrategiesConstructor:
|
||||
for node in self.nodes:
|
||||
strategies_vector = StrategiesVector(node)
|
||||
|
||||
print(node)
|
||||
if _check_no_strategy_for_node(node):
|
||||
no_strategy_node.append(node)
|
||||
pass
|
||||
|
Reference in New Issue
Block a user