Skip to content

Commit 533ba2c

Browse files
committed
Change some paths to relative paths
Change-Id: Ie3e982e22f161439556809237e403c21c9421e03
1 parent c07f973 commit 533ba2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/backends/arm-ethos-u/arm-ethos-u-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ Returns a constant string that is the output format of the class.
8585

8686
### Partitioner API
8787

88-
See [Partitioner API](/backends/arm-ethos-u/arm-ethos-u-partitioner) for more information of the Partitioner API.
88+
See [Partitioner API](arm-ethos-u-partitioner.md) for more information of the Partitioner API.
8989

9090
## Quantization
9191

9292
Since the Ethos-U backend is integer-only, all operators intended be executed on the NPU needs to be quantized. The Ethos-U quantizer supports
9393
[Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html) and
9494
[Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html) quantization.
9595

96-
For more information on quantization, see [Quantization](/backends/arm-ethos-u/arm-ethos-u-quantization.md)
96+
For more information on quantization, see [Quantization](arm-ethos-u-quantization.md)
9797

9898
## Runtime Integration
9999

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ Returns a constant string that is the output format of the class.
7777

7878
### Partitioner API
7979

80-
See [Partitioner API](/backends/arm-vgf/arm-vgf-partitioner.md) for more information of the Partitioner API.
80+
See [Partitioner API](arm-vgf-partitioner.md) for more information of the Partitioner API.
8181

8282
## Quantization
8383

8484
The VGF quantizer supports [Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html)
8585
and [Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html).
8686

87-
For more information on quantization, see [Quantization](/backends/arm-vgf/arm-vgf-quantization.md).
87+
For more information on quantization, see [Quantization](arm-vgf-quantization.md).
8888

8989
## Runtime Integration
9090

91-
The VGF backend can use the default ExecuTorch runner. The steps required for building and running it are explained in the [VGF Backend Tutorial](/backends/arm-vgf/tutorials/vgf-getting-started.md).
91+
The VGF backend can use the default ExecuTorch runner. The steps required for building and running it are explained in the [VGF Backend Tutorial](tutorials/vgf-getting-started.md).
9292
The example application is recommended to use for testing basic functionality of your lowered models, as well as a starting point for developing runtime integrations for your own targets.
9393

9494
## Reference

0 commit comments

Comments
 (0)