15You have 16,384 H100s and a 405B dense model. Choose the parallelism layout and justify the order of the axes.▼hard★ EssentialNewMetaNVIDIA4 replies○ sign inTensor parallel 8, pipeline 16, data parallel 128: the layout Meta trained Llama 3 405B on, rebuilt from the memory floor, the compute budget and the bandwidth of each link. Why the axes go in that order, what each one costs per step, and the bubble that the schedule has to hide.Open full answer →
31Design a training cluster for a one-trillion-parameter MoE. Size it, choose the parallel layout, and map it onto the fabric.▼hard★ EssentialNewOpenAIAnthropicxAI◆ premiumThe first question is whether 1T is total or active, because storage follows one and compute follows the other. The state budget, the layout that falls out of it, why expert parallelism belongs inside NVLink, and the two failure modes a dense-model plan does not have: router imbalance and all-to-all congestion.Open full answer →