What does GPTQ mean in inference serving?
GPTQ is a layerwise post-training weight quantization method that uses approximate second-order information. It compensates remaining weights as quantization decisions are applied to limit layer output error. A quantizer collects layer inputs, processes weight groups, and writes a packed checkpoint. Teams evaluate task quality and serving performance on the exact exported artifact.