Skip to content

Commit 75d3549

Browse files
Update prototype_source/openvino_quantizer.rst
Co-authored-by: Alexander Suslov <[email protected]>
1 parent 26f044b commit 75d3549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/openvino_quantizer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The quantization flow mainly includes four steps:
2525
- Step 1: Capture the FX Graph from the eager Model based on the `torch export mechanism <https://pytorch.org/docs/main/export.html>`_.
2626
- Step 2: Apply the PyTorch 2 Export Quantization flow with OpenVINOQuantizer based on the captured FX Graph.
2727
- Step 3: Lower the quantized model into OpenVINO representation with the API `torch.compile <https://docs.openvino.ai/2024/openvino-workflow/torch-compile.html>`_.
28-
- Optional step 4: : Improve quantized model metrics via `quantize_pt2 <https://openvinotoolkit.github.io/nncf/autoapi/nncf/experimental/torch/fx/index.html#nncf.experimental.torch.fx.quantize_pt2e>`_ method.
28+
- Optional step 4: : Improve quantized model metrics via `quantize_pt2e <https://openvinotoolkit.github.io/nncf/autoapi/nncf/experimental/torch/fx/index.html#nncf.experimental.torch.fx.quantize_pt2e>`_ method.
2929

3030
The high-level architecture of this flow could look like this:
3131

0 commit comments

Comments
 (0)