diff --git a/docs/source/tutorials_source/pt2e_quant_qat.rst b/docs/source/tutorials_source/pt2e_quant_qat.rst index d8eb013d70..87422b3e28 100644 --- a/docs/source/tutorials_source/pt2e_quant_qat.rst +++ b/docs/source/tutorials_source/pt2e_quant_qat.rst @@ -5,7 +5,7 @@ PyTorch 2 Export Quantization-Aware Training (QAT) This tutorial shows how to perform quantization-aware training (QAT) in graph mode based on `torch.export.export `_. For more details about PyTorch 2 Export Quantization in general, refer -to the `post training quantization tutorial `_ +to the `post training quantization tutorial `_ The PyTorch 2 Export QAT flow looks like the following—it is similar to the post training quantization (PTQ) flow for the most part: