File tree Expand file tree Collapse file tree
backends/arm/scripts/docgen/vgf
docs/source/backends/arm-vgf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ See [Partitioner API](arm-vgf-partitioner.md) for more information of the Partit
4444
4545## Quantization
4646
47- The VGF quantizer supports [Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/tutorials_source /pt2e_quant_ptq.html)
48- and [Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/tutorials_source /pt2e_quant_qat.html).
47+ The VGF quantizer supports [Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/pt2e_quantization /pt2e_quant_ptq.html)
48+ and [Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/pt2e_quantization /pt2e_quant_qat.html).
4949
5050Partial quantization is supported, allowing users to quantize only specific parts of the model while leaving others in floating-point.
5151
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ See [Partitioner API](arm-vgf-partitioner.md) for more information of the Partit
112112
113113## Quantization
114114
115- The VGF quantizer supports [ Post Training Quantization (PT2E)] ( https://docs.pytorch.org/ao/main/tutorials_source /pt2e_quant_ptq.html )
116- and [ Quantization-Aware Training (QAT)] ( https://docs.pytorch.org/ao/main/tutorials_source /pt2e_quant_qat.html ) .
115+ The VGF quantizer supports [ Post Training Quantization (PT2E)] ( https://docs.pytorch.org/ao/main/pt2e_quantization /pt2e_quant_ptq.html )
116+ and [ Quantization-Aware Training (QAT)] ( https://docs.pytorch.org/ao/main/pt2e_quantization /pt2e_quant_qat.html ) .
117117
118118Partial quantization is supported, allowing users to quantize only specific parts of the model while leaving others in floating-point.
119119
You can’t perform that action at this time.
0 commit comments