179 questions
No questions match those filters.
Your team wants to enable FP8 training end-to-end on H100s to improve throughput. What is your rollout plan and what failure modes do you specifically instrument?
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansThe rollout plan involves: (1) starting with FP8 only in feed-forward matmuls, keeping attention and layer norm in BF16/FP32; (2) instrumenting per-tensor amax_history to detect scale-factor miscalibration (where underestimation leads to silent overflow); (3) running a parallel BF16 baseline for 10k steps to confirm loss curves match within 0.1 nats; (4) expanding to full FP8 only after validation; and (5) flagging any step where nan_frac > 0 for immediate investigation, as a single miscalibrated tensor can contaminate the entire forward pass.