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
In the ADLR/megatron-lm!2668 - perf(MoE): Memory efficient token permutation, I noticed an all2all communication is applied to the probs tensor in MoEAlltoAllTokenDispatcher . Could someone tell me the motivation for doing this? I didn't observe a drop in memory usage compared to previous versions.
Appreciate any insights or references to discussions/design documents!