Skip to content

Commit 9e59c19

Browse files
authored
Typo
Differential Revision: D73380647 Pull Request resolved: #10324
1 parent a325c56 commit 9e59c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quantization-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Backend developers will need to implement their own ``Quantizer`` to express how
1313

1414
Modeling users will use the ``Quantizer`` specific to their target backend to quantize their model, e.g. ``XNNPACKQuantizer``.
1515

16-
For an example quantization flow with ``XNPACKQuantizer``, more documentation and tutorials, please see ``Performing Quantization`` section in [ExecuTorch tutorial](https://pytorch.org/executorch/main/tutorials/export-to-executorch-tutorial).
16+
For an example quantization flow with ``XNNPACKQuantizer``, more documentation and tutorials, please see ``Performing Quantization`` section in [ExecuTorch tutorial](https://pytorch.org/executorch/main/tutorials/export-to-executorch-tutorial).
1717

1818
## Source Quantization: Int8DynActInt4WeightQuantizer
1919

0 commit comments

Comments
 (0)