What problem does it solve?
It solves the problem of picking effective MoE training parallelism and tuning choices for a specific hardware platform, without relying on guesswork or fragile “one-size-fits-all” recipes.
Core Features & Use Cases
- Hardware-to-config mapping: Provides representative MoE training playbooks by platform (H100, B200, GB200, GB300) and model family (DSV3, Qwen3, Qwen3-Next) to guide planning and run setup.
- Throughput planning ranges: Summarizes rounded throughput bands (TFLOPS/GPU and MFU) to set realistic expectations before benchmarking.
- Parallelism + tuning stacks: Recommends dispatcher types (DeepEP/HybridEP), PP/TP/EP/VPP shapes, routing defaults, recompute starting points, and common environment variables, plus CPU-side tuning notes.
- Use case: If you’re preparing a new MoE training run for DSV3 on GB200, you can start from the GB200 HybridEP playbook, select a matching PP shape, enable CUDA-graph-friendly scopes, and choose a recompute level aligned to memory pressure.
Quick Start
Use the perf-moe-hardware-configs skill to generate a starting parallelism and tuning plan for “DSV3 on GB200” from the representative config families and cross-cutting patterns.