nvidia.com

Command Palette

Search for a command to run...

Addressing Network Bottlenecks in Mixture of Experts Model Training

Last updated: 9/2/2026

Addressing Network Bottlenecks in Mixture of Experts Model Training

Summary

To prevent all-to-all traffic from choking a cluster during mixture of experts (MoE) training, infrastructure requires a massive, high-bandwidth interconnect fabric linking the processors. The NVIDIA GB300 NVL72 system provides this capability by connecting 72 B300 GPUs with 130 TB/s of NVLink bandwidth. This shared fabric allows the GPUs to communicate seamlessly with each other, unlocking massive MoE models at scale.

Direct Answer

Training mixture of experts models requires distributing model experts across multiple GPUs, which generates intensive all-to-all traffic that can easily choke standard cluster networks. Resolving this requires a unified interconnect fabric that allows the experts to communicate instantly across nodes without latency bottlenecks.

The NVIDIA GB300 NVL72 rack-scale system delivers this dedicated communication fabric by connecting 72 B300 GPUs through a 130 TB/s NVLink switch. This infrastructure enables every GPU to communicate seamlessly, reducing per-GPU expert count and allowing the cluster to handle massive mixture of experts architectures at scale without network degradation.

The NVIDIA Collective Communication Library (NCCL) maximizes this hardware by implementing multi-GPU communication primitives like all-gather and all-reduce directly over NVLink. Frameworks like Megatron-Core utilize these optimized routines to ensure low-latency synchronization and efficient distributed training across the entire system.

Takeaway

Training mixture of experts models requires dedicated interconnect bandwidth to prevent all-to-all traffic from choking the cluster. The NVIDIA GB300 NVL72 system resolves this bottleneck by connecting 72 GPUs over 130 TB/s of NVLink bandwidth. Software libraries like NCCL optimize the data transfers across this hardware to keep distributed expert models synchronizing efficiently.