Why can't we make MoE routers predict experts needed in the next 5-10 tokens?

Reddit r/LocalLLaMA News

Summary

The user questions whether Mixture of Experts (MoE) routers can be designed to predict future expert needs for token sequences to enable faster caching between RAM and VRAM, or if a separate neural network could be trained for this purpose.

Same as title. If we could do that can we potentially do expert caching from ram to vram so it's faster? If not the router itself, can we train a small neural network that predicts the future experts? Sorry if it's a stupid question, I am trying to understand how MoEs work
Original Article

Similar Articles

Mixture of Experts (MoEs) in Transformers

Hugging Face Blog

Hugging Face blog post explaining Mixture of Experts (MoEs) architecture in Transformers, covering the shift from dense to sparse models, weight loading optimizations, expert parallelism, and training techniques for MoE-based language models.

N-gram vs Experts explained

Reddit r/LocalLLaMA

The article explains the architectural differences between Mixture of Experts (MoE) and N-gram techniques in AI models, highlighting how Qwen's new model uses N-gram to offload parameters for improved efficiency by separating reasoning and recalling tasks.