17How do you keep a multi-week training run alive across hardware failures and stragglers?▼hardAnthropicCoreWeavexAI1 replies○ sign inAt 16k GPUs something fails every few hours, Meta logged 466 interruptions in 54 days training Llama 3. The checkpoint-interval math, straggler detection, and automation that turn failures into a budget line instead of an emergency.Open full answer →
34Design the failure domains for a 16k-GPU training cluster. What's the blast radius of a single fault?▼hardMetaxAIAnthropic1 replies◆ premiumOne synchronous job, 16k GPUs, and any single component can stall all of them. The blast-radius analysis interviewers want: which faults take down a rack vs the run, where the shared single points of failure hide, and how parallelism layout maps onto failure domains.Open full answer →