Skip to content
#

expert-parallelism

Here are 4 public repositories matching this topic...

Profile-guided layout optimization for llama.cpp GGUF MoE models — BOLT/PGO for LLM weights. Trace expert routing, rewrite the file so co-activated experts sit together, prefetch as merged reads.

  • Updated Jul 22, 2026
  • Python

Simulates Mixture-of-Experts routing strategies (TopK, NoisyTopK, ExpertChoice, Hash) across 432 configurations. Key findings: ExpertChoice achieves best practical balance (imbalance=1.40 vs TopK=5.52); NoisyTopK reduces drops by 40% on skewed distributions; capacity factor is the strongest control knob.

  • Updated Jul 10, 2026
  • Python

Improve this page

Add a description, image, and links to the expert-parallelism topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the expert-parallelism topic, visit your repo's landing page and select "manage topics."

Learn more