What does Four-bit weight-only quantization mean in inference serving?
Four-bit weight-only quantization stores model weights as four-bit integers while keeping activations at higher precision. Serving kernels dequantize or rescale weights as they participate in matrix operations. Weights are grouped, scaled, packed, and loaded by kernels that understand the layout. Teams compare memory, throughput, latency, and task quality against a wider baseline.