TL;DR
Distributed Mixture of Experts (MoE) systems face challenges in expert placement and latency. Director introduces an online proactive expert placement strategy that optimizes resource allocation dynamically.
✦ Why It Matters
Implement Director to optimize expert placement in your distributed MoE systems for improved response times.
Key Takeaways
How It Works
Director uses a prediction-driven approach to optimize expert placement in real-time. It employs either a lightweight cascaded predictor or a low-bit quantized replica to anticipate which experts will be activated by incoming requests.
The system then migrates experts during compute-bound phases to ensure minimal disruption, utilizing a relaxation-based optimizer that operates efficiently under capacity constraints.
Related