mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 01:55:12 +00:00
fix typo colossalai/auto_parallel autochunk fx/passes etc. (#3808)
This commit is contained in:
@@ -29,8 +29,8 @@ class Partition:
|
||||
f" nodes: {self.node_names},\n" \
|
||||
f" inputs: {self.inputs},\n" \
|
||||
f" outputs: {self.outputs},\n" \
|
||||
f" partitions depenent on: {self.partitions_dependent_on},\n" \
|
||||
f" parition dependents: {self.partition_dependents}"
|
||||
f" partitions dependent on: {self.partitions_dependent_on},\n" \
|
||||
f" partition dependents: {self.partition_dependents}"
|
||||
|
||||
|
||||
# Creates subgraphs out of main graph
|
||||
|
Reference in New Issue
Block a user