From a060791b27519c8157f5d973fab9922cdafb0423 Mon Sep 17 00:00:00 2001 From: pytorchbot Date: Wed, 16 Oct 2024 17:37:30 -0700 Subject: [PATCH] Bump branch version in docs. (#6306) Bump branch version in docs. (#6305) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/6305 . Reviewed By: kirklandsign Differential Revision: D64498415 fbshipit-source-id: c025681f95e7abd908881f24020d3d985e5e8e27 (cherry picked from commit e86cb3aaf5b5b469a4133f71476ace3d96be087f) Co-authored-by: Anthony Shoumikhin --- docs/source/apple-runtime.md | 4 ++-- .../demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/apple-runtime.md b/docs/source/apple-runtime.md index e17ee3ea2f..dd4e1c9391 100644 --- a/docs/source/apple-runtime.md +++ b/docs/source/apple-runtime.md @@ -38,7 +38,7 @@ The prebuilt ExecuTorch runtime, backend, and kernels are available as a [Swift #### Xcode -In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the [ExecuTorch repo](https://github.com/pytorch/executorch) into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., "0.3.0", or just use the "latest" branch name for the latest stable build. +In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the [ExecuTorch repo](https://github.com/pytorch/executorch) into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., "0.4.0", or just use the "latest" branch name for the latest stable build. ![](_static/img/swiftpm_xcode1.png) @@ -67,7 +67,7 @@ let package = Package( ], dependencies: [ // Use "latest" branch name for the latest stable build. - .package(url: "https://github.com/pytorch/executorch.git", .branch("0.3.0")) + .package(url: "https://github.com/pytorch/executorch.git", .branch("0.4.0")) ], targets: [ .target( 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 20ee73b821..1f147dd07e 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 @@ -76,7 +76,7 @@ sudo /Applications/CMake.app/Contents/bin/cmake-gui --install The prebuilt ExecuTorch runtime, backend, and kernels are available as a Swift PM package. ### Xcode -Open the project in Xcode.In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the ExecuTorch repo into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., “0.3.0”, or just use the “latest” branch name for the latest stable build. +Open the project in Xcode.In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the ExecuTorch repo into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., “0.4.0”, or just use the “latest” branch name for the latest stable build. Note: If you're running into any issues related to package dependencies, quit Xcode entirely, delete the whole executorch repo, clean the caches by running the command below in terminal and clone the repo again.