From 3090f49e24170cae19981270942385b3aa4aa83e Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 14 Apr 2025 15:44:47 -0700 Subject: [PATCH] Update README.md --- backends/xnnpack/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/xnnpack/README.md b/backends/xnnpack/README.md index 967a852599a..0bb5ffe7383 100644 --- a/backends/xnnpack/README.md +++ b/backends/xnnpack/README.md @@ -131,6 +131,6 @@ create an issue on [github](https://www.github.com/pytorch/executorch/issues). ## See Also -For more information about the XNNPACK Delegate, please check out the following resources: -- [ExecuTorch XNNPACK Delegate](https://pytorch.org/executorch/0.2/native-delegates-executorch-xnnpack-delegate.html) -- [Building and Running ExecuTorch with XNNPACK Backend](https://pytorch.org/executorch/0.2/native-delegates-executorch-xnnpack-delegate.html) +For more information about the XNNPACK Backend, please check out the following resources: +- [XNNPACK Backend](https://pytorch.org/executorch/main/backends-xnnpack.html) +- [XNNPACK Backend Internals](https://pytorch.org/executorch/main/backend-delegates-xnnpack-reference.html)