To FP8 and Back Again: Quantifying Reduced Precision Effects on LLM Training Stability
Joonhyung Lee, Jeongin Bae, Byeongwook Kim, Se Jung Kwon, Dongsoo Lee
TL;DR
The paper tackles the challenge of making FP8 feasible for LLM pretraining by quantifying how reduced-precision bit-width affects training stability relative to BF16. It introduces a novel loss-landscape sharpness metric and uses incremental bit-reduction experiments with masked GEMMs to probe stability, revealing that current FP8 methods (including MS-AMP) are not yet robust enough for cost-effective deployment. Key findings show exponent-bit reductions are the main destabilizers, and stability narrows the hyperparameter space, often depending on data quality and architectural choices. The work calls for rigorous, model- and data-agnostic stability analyses and suggests stabilization strategies like staged precision and selective high-precision layers to realize potential FP8 gains in real-world LLM training.
Abstract
The massive computational costs associated with large language model (LLM) pretraining have spurred great interest in reduced-precision floating-point representations to accelerate the process. As a result, the BrainFloat16 (BF16) precision has become the de facto standard for LLM training, with hardware support included in recent generations of accelerators. This trend has gone even further in the latest processors, where FP8 has recently been introduced. However, prior experience with FP16, which was found to be less stable than BF16, raises concerns as to whether FP8, with even fewer bits than FP16, can be a cost-effective option for LLM training. We argue that reduced-precision training schemes must have similar training stability and hyperparameter sensitivities to their higher-precision counterparts in order to be cost-effective. However, we find that currently available methods for FP8 training are not robust enough to allow their use as economical replacements. This prompts us to investigate the stability of reduced-precision LLM training in terms of robustness across random seeds, learning rates, and datasets. To this end, we propose new evaluation techniques and a new metric for quantifying loss landscape sharpness in autoregressive language models. By simulating incremental bit reductions in floating-point representations, we analyze the relationship between representational power and training stability with the intent of aiding future research into the field.
