You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prototype_source/pt2e_quant_qat_x86_inductor.rst
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,10 @@ Prerequisites
11
11
- `TorchInductor and torch.compile concepts in PyTorch <https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html>`_
12
12
13
13
14
-
This tutorial demonstrates the process of performing PT2 export quantization-aware training (QAT) on X86 CPU
15
-
with X86InductorQuantizer, and subsequently lowering the quantized model into Inductor.
16
-
For more comprehensive details about PyTorch 2 Export Quantization-Aware Training in general, please refer to the
17
-
dedicated tutorial on `PyTorch 2 Export Quantization-Aware Training <https://pytorch.org/tutorials/prototype/pt2e_quant_qat.html>`_.
18
-
For a deeper understanding of X86InductorQuantizer, please consult the tutorial of
14
+
This tutorial demonstrates the process of performing PT2 export Quantization-Aware Training (QAT) on X86 CPU
15
+
using X86InductorQuantizer and subsequently lowering the quantized model into Inductor.
16
+
For a more in-depth understanding of PT2 Export Quantization-Aware Training, we recommend referring to the dedicated `PyTorch 2 Export Quantization-Aware Training <https://pytorch.org/tutorials/prototype/pt2e_quant_qat.html>`_.
17
+
To gain a deeper insight into X86InductorQuantizer, please see the tutorial of
19
18
`PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor <https://pytorch.org/tutorials/prototype/pt2e_quant_ptq_x86_inductor.html>`_.
20
19
21
20
The PyTorch 2 Export QAT flow looks like the following—it is similar
0 commit comments