Skip to content

Commit 3fea258

Browse files
committed
Renamed onnx->onnx_ptq
Signed-off-by: gcunhase <4861122+gcunhase@users.noreply.github.com>
1 parent 842e2ec commit 3fea258

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cnn_qat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ Your actual results will vary based on the dataset, specific hyperparameters, an
143143

144144
## Deployment with TensorRT
145145

146-
The final model after QAT, saved using `mto.save()`, contains both the model weights and the quantization metadata. This model can be deployed to TensorRT for inference after ONNX export. The process is generally similar to [deploying an ONNX PTQ](../onnx/README.md#evaluate-the-quantized-onnx-model) model from ModelOpt.
146+
The final model after QAT, saved using `mto.save()`, contains both the model weights and the quantization metadata. This model can be deployed to TensorRT for inference after ONNX export. The process is generally similar to [deploying an ONNX PTQ](../onnx_ptq/README.md#evaluate-the-quantized-onnx-model) model from ModelOpt.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)