2 Comments
User's avatar
⭠ Return to thread
Ruben's avatar

Hi Maarten, I wonder why is not possible to prune non active parameters of a model with MoE during run time so as to reduce memory requirements. Thanks!

Expand full comment
Maarten Grootendorst's avatar

During inference, any expert may be chosen, so these have to remain in memory ready to use for when they are called upon.

Expand full comment
ErrorError