Skip to content

Commit 18dac76

Browse files
mcr229facebook-github-bot
authored andcommitted
Link Fixes (#857)
Summary: Pull Request resolved: #857 fixing a couple of the links from the docs Reviewed By: kirklandsign Differential Revision: D50199955 fbshipit-source-id: 6e7e75da3c963cb31b1a494e8532da2ce60e7d75
1 parent 15d80d3 commit 18dac76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/native-delegates-executorch-xnnpack-delegate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ def _qdq_quantized_linear(
154154
You can read more indepth explanations on PyTorch 2 quantization [here](https://pytorch.org/tutorials/prototype/pt2e_quant_ptq.html).
155155

156156
## See Also
157-
- [Integrating XNNPACK Delegate Android App](https://github.com/pytorch/executorch/blob/main/examples/demo-apps/android/ExecuTorchDemo/README.md)
157+
- [Integrating XNNPACK Delegate Android App](demo-apps-android.md)
158158
- [Complete the Lowering to XNNPACK Tutorial](tutorial-xnnpack-delegate-lowering.md)

docs/source/tutorial-xnnpack-delegate-lowering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ buck2 run examples/backend:xnn_executor_runner -- --model_path ./mv2_xnnpack_qs8
122122
```
123123

124124
## Building and Linking with the XNNPACK Backend
125-
You can build the XNNPACK backend [target](https://github.com/pytorch/executorch/blob/main/backends/xnnpack/targets.bzl#L54), and link it with your application binary such as an Android or iOS application. For more information on this you may take a look at this [resource](runtime-backend-delegate-implementation-and-linking.md) next.
125+
You can build the XNNPACK backend [target](https://github.com/pytorch/executorch/blob/main/backends/xnnpack/targets.bzl#L54), and link it with your application binary such as an Android or iOS application. For more information on this you may take a look at this [resource](demo-apps-android.md) next.

0 commit comments

Comments
 (0)