mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 18:19:58 +00:00
[autoparallel] add shard option (#2696)
* [autoparallel] add shard option * polish
This commit is contained in:
@@ -33,7 +33,7 @@ class Solver:
|
||||
solution_numbers: int = 1,
|
||||
forward_only: bool = False,
|
||||
memory_increasing_coefficient: float = 1.3,
|
||||
verbose=True):
|
||||
verbose=False):
|
||||
'''
|
||||
Solver class will integrate information provided by the components and use ILP solver to find a possible optimal strategies combination for target computing graph.
|
||||
Argument:
|
||||
|
Reference in New Issue
Block a user