What does FP8 quantization mean in inference serving?
FP8 quantization represents selected weights, activations, or cache values with eight-bit floating point formats. Scale factors map the narrower format to the magnitude range needed by each tensor or channel. A serving stack chooses which tensors use the narrow format and how scales are produced. Teams compare task scores and serving metrics against the unquantized baseline before accepting the configuration.