From b0cf16622d38461d83516fe1b50608c2fd2b20be Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 14 Apr 2025 15:43:49 -0700 Subject: [PATCH] Update mps_README.md (#10167) (cherry picked from commit b164db7af51d26e3ccf6e8e51a048258d9c5f88a) --- examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md index dd0dfda7330..67f6216237d 100644 --- a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md +++ b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md @@ -85,7 +85,7 @@ Link your binary with the ExecuTorch runtime and any backends or kernels used by Note: To access logs, link against the Debug build of the ExecuTorch runtime, i.e., the executorch_debug framework. For optimal performance, always link against the Release version of the deliverables (those without the _debug suffix), which have all logging overhead removed. -For more details integrating and Running ExecuTorch on Apple Platforms, checkout this [link](https://pytorch.org/executorch/main/apple-runtime.html). +For more details integrating and Running ExecuTorch on Apple Platforms, checkout this [link](https://pytorch.org/executorch/main/using-executorch-ios.html).

iOS LLaMA App Swift PM