You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, DeepSpeedZeroOptimizer_Stage3 and SuperOffloadOptimizer_Stage3 initializer shares same parameter list. This caused extra maintence if any one of these parameter list needs to change. There are two observations:
There is already mismatch (i.e. param_names) and this will break SuperOffload.
cpuadam_cores_perc added to DeepSpeedZeroOptimizer_Stage3 as parameter but not used.
** Suggestion **
Seperate calls to DeepSpeedZeroOptimizer_Stage3 and SuperOffloadOptimizer_Stage3.