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
I noticed transposed_mode was added to the DeepSpeedInferenceConfig as part of the DeepSpeed Chat change
By default it is set to False, while HybridEngine is the only one to set it to True.
Why was this mode added and how do the weights become transposed when going through the HybridEngine flow, while when working on topology like bigscience/bloom w/o hybrid engine the weights are not transposed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I noticed transposed_mode was added to the DeepSpeedInferenceConfig as part of the DeepSpeed Chat change
By default it is set to False, while HybridEngine is the only one to set it to True.
Why was this mode added and how do the weights become transposed when going through the HybridEngine flow, while when working on topology like bigscience/bloom w/o hybrid engine the weights are not transposed?
Beta Was this translation helpful? Give feedback.
All reactions