Skip to content

Commit 30bf6af

Browse files
authored
Arm backend: Correct links in vgf docs (pytorch#21381)
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani Signed-off-by: Elena Zhelezina <elena.zhelezina@arm.com>
1 parent 2439920 commit 30bf6af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

backends/arm/scripts/docgen/vgf/backends-arm-vgf-overview.md.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5050
Partial quantization is supported, allowing users to quantize only specific parts of the model while leaving others in floating-point.
5151

docs/source/backends/arm-vgf/arm-vgf-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

118118
Partial quantization is supported, allowing users to quantize only specific parts of the model while leaving others in floating-point.
119119

0 commit comments

Comments
 (0)