How DeepL built next-generation LLMs with FP8 for training and inference
BF16 training constrained DeepL's ability to scale LLMs to larger parameter counts within practical memory and latency budgets; moving to 8-bit computation was needed to increase throughput and enable more sophisticated models without sacrificing production inference latency.
FP8 accelerated model training by 50% in MFU, ultimately reaching 80% MFU after further optimization, doubled inference throughput at the same latency budget, and enabled translation quality that outperforms previous models by 1.4x for European languages and 1.7x for complex language pairs.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
FP8 accelerated model training by 50% in MFU, ultimately reaching 80% MFU after further optimization, doubled inference throughput at the same latency budget, and enabled translation quality that outperforms previous…
What tools did this team use?
NVIDIA DGX SuperPOD, NVIDIA H100 Tensor Core GPUs, NVIDIA Transformer Engine, NVIDIA TensorRT-LLM.
What results were reported?
model training MFU with FP8 (initial): 67% MFU; model training acceleration vs BF16: 50%; Incremental training performance increase over 15 months: 25%; maximum MFU achieved: 80% MFU (source-reported, not independently verified).
How is this back office ops AI workflow structured?
LLM pre-training initiation → FP8 mixed precision training → E4M3 forward / E5M2 backward pass → Fine-tuning and distillation → TensorRT-LLM inference optimization.