Overview of ModelOpt Quantization
mainModelOpt provides a quantization toolkit designed for NVIDIA's hardware and software stack. It supports quantization for both PyTorch and ONNX frameworks.
ModelOpt uses simulated quantization in the original precision to help developers test and optimize the trade-off between model accuracy and low-precision formats. To realize actual performance speedups and memory savings, models quantized via simulation must be exported to deployment frameworks such as TensorRT or TensorRT-LLM.