Skip to content

Commit e96ab14

Browse files
authored
Fix quantizer documentation link in XNNPACK section (#17283)
The old link 404'd. Updated the link for custom quantizer documentation to the official PyTorch quantization docs. https://docs.pytorch.org/executorch/stable/backends/xnnpack/xnnpack-arch-internals.html#quantization
1 parent 9b1f6fb commit e96ab14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/backends/xnnpack/xnnpack-arch-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We have enabled basic profiling for the XNNPACK delegate that can be enabled wit
7575

7676
[comment]: <> (TODO: Refactor quantizer to a more official quantization doc)
7777
## Quantization
78-
The XNNPACK delegate can also be used as a backend to execute symmetrically quantized models. For quantized model delegation, we quantize models using the `XNNPACKQuantizer`. `Quantizers` are backend specific, which means the `XNNPACKQuantizer` is configured to quantize models to leverage the quantized operators offered by the XNNPACK Library. We will not go over the details of how to implement your custom quantizer, you can follow the docs [here](https://pytorch.org/tutorials/prototype/pt2e_quantizer.html) to do so. However, we will provide a brief overview of how to quantize the model to leverage quantized execution of the XNNPACK delegate.
78+
The XNNPACK delegate can also be used as a backend to execute symmetrically quantized models. For quantized model delegation, we quantize models using the `XNNPACKQuantizer`. `Quantizers` are backend specific, which means the `XNNPACKQuantizer` is configured to quantize models to leverage the quantized operators offered by the XNNPACK Library. We will not go over the details of how to implement your custom quantizer, you can follow the docs [here](https://docs.pytorch.org/ao/main/pt2e_quantization/index.html) to do so. However, we will provide a brief overview of how to quantize the model to leverage quantized execution of the XNNPACK delegate.
7979

8080
### Configuring the XNNPACKQuantizer
8181

0 commit comments

Comments
 (0)