Skip to content

Commit d95242e

Browse files
committed
Update Aple binaries version in docs.
1 parent a338af9 commit d95242e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
1.27 KB
Loading

docs/source/apple-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The prebuilt ExecuTorch runtime, backend, and kernels are available as a [Swift
2525

2626
#### Xcode
2727

28-
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 in format "swiftpm-<version>", (e.g. "swiftpm-0.4.0"), or a branch name in format "swiftpm-<version>.<year_month_date>" (e.g. "swiftpm-0.4.0-20241201") for a nightly build on a specific date.
28+
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 in format "swiftpm-<version>", (e.g. "swiftpm-0.5.0"), or a branch name in format "swiftpm-<version>.<year_month_date>" (e.g. "swiftpm-0.5.0-20250130") for a nightly build on a specific date.
2929

3030
![](_static/img/swiftpm_xcode1.png)
3131

@@ -58,7 +58,7 @@ let package = Package(
5858
],
5959
dependencies: [
6060
// Use "swiftpm-<version>.<year_month_day>" branch name for a nightly build.
61-
.package(url: "https://github.com/pytorch/executorch.git", branch: "swiftpm-0.4.0")
61+
.package(url: "https://github.com/pytorch/executorch.git", branch: "swiftpm-0.5.0")
6262
],
6363
targets: [
6464
.target(

examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sudo /Applications/CMake.app/Contents/bin/cmake-gui --install
7676
The prebuilt ExecuTorch runtime, backend, and kernels are available as a Swift PM package.
7777

7878
### Xcode
79-
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.
79+
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., “swiftpm-0.5.0”, or a branch name in format "swiftpm-<version>.<year_month_date>" (e.g. "swiftpm-0.5.0-20250130") for a nightly build on a specific date.
8080

8181
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.
8282

examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ While we recommended using the latest prebuilt package pre-configured with the X
127127

128128
Go to Project Navigator, click on LLaMA. `Project --> LLaMA --> Package Dependencies`, and update the package dependencies to any of the available options below:
129129

130-
- Branch --> swiftpm-0.4.0.20241120 (amend to match the latest nightly build)
131-
- Branch --> 0.4.0
132-
- Branch --> 0.3.0
130+
- Branch --> swiftpm-0.5.0.20250130 (amend to match the latest nightly build)
131+
- Branch --> swiftpm-0.5.0
132+
- Branch --> swiftpm-0.4.0
133133

134134
### 2.2 Manually build the package locally and link them
135135

0 commit comments

Comments
 (0)