Skip to content
#

expert-parallelism

Here are 8 public repositories matching this topic...

Language: All
Filter by language

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

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