[QUESTION]how to incorporate MOE into hybrid mamba efficiently #1243
Replies: 1 comment
-
|
The short answer is that MoE is not currently designed to be "plug-and-play" with the hybrid Mamba model specification, which is why The As a result, both mechanisms are trying to control the model architecture, leading to the conflict you observed. Why are
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how to incorporate MOE into hybrid mamba efficiently
Hi,
You provided code pretrain_mamba.py contains the mamba spec to contain transformer, mamba and mlp layers. I'm wondering if there is an easier way to incorporate MOE to replace some of MLP layers? Since I found args.spec conflicts with simply specified moe args setting. What considerations require these two to be set as mutually exclusive? Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions