Views
No views yet
float-quantized format: weights in float8_e4m3fn with per-output-channel
symmetric scales, activations kept in bf16/fp16.amax / 448, refined by an MSE clip search over ~9 clip fractions
(0.8–1.0× amax) picking the lowest-error scale per row. Weights are then
quantized q = e4m3(w / scale) with round-to-nearest and saturation. This
per-channel + clipping scheme gives better SNR than vLLM's online per-tensor
--quantization fp8 path.ignore list, so vLLM
leaves them untouched.XPUW8A16FP8LinearKernel (the intended target).HummingFP8ScaledMMLinearKernel when the humming package is installed,
otherwise MarlinFP8ScaledMMLinearKernel.