Why it matters
MoE serving requires different infra. Understanding shapes modern LLM.
Advertisement
The architecture
Params massive (100B+).
Sparse activation (5-15% per token).
Routing + expert compute + combine.
Advertisement
How it works end to end
Memory: hold all experts.
Compute: only top-K active.
Communication: all-to-all for routing.