What does Weight-only versus weight-activation quantization mean in inference serving?
Weight-only quantization narrows stored weights while activations remain at higher precision. Weight-activation quantization also narrows activations so supported hardware can use lower-precision compute paths. Teams compare both on the same model, evaluation set, request shapes, and hardware. Kernel availability, memory limits, quality tolerance, and workload shape decide the better configuration.