We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the sample code https://github.com/NVIDIA/TensorRT/blob/release/10.7/samples/sampleINT8API/sampleINT8API.cpp#L338, it is still using the deprecated API setDynamicRange since TensorRT 10.1. What is the recommended way to implement this? Is there any example on explicit quantization in C++?
setDynamicRange
The text was updated successfully, but these errors were encountered:
Yes, it deprecated in TensorRT 10.1. Superseded by explicit quantization. Explicit quantization means QAT, see https://github.com/NVIDIA/TensorRT/tree/release/10.7/tools/pytorch-quantization .
Sorry, something went wrong.
No branches or pull requests
From the sample code https://github.com/NVIDIA/TensorRT/blob/release/10.7/samples/sampleINT8API/sampleINT8API.cpp#L338, it is still using the deprecated API
setDynamicRange
since TensorRT 10.1. What is the recommended way to implement this? Is there any example on explicit quantization in C++?The text was updated successfully, but these errors were encountered: