Skip to content

Commit c392140

Browse files
shoumikhinpytorchbot
authored andcommitted
Bump branch version in docs. (#6305)
Summary: Pull Request resolved: #6305 . Reviewed By: kirklandsign Differential Revision: D64498415 fbshipit-source-id: c025681f95e7abd908881f24020d3d985e5e8e27 (cherry picked from commit e86cb3a)
1 parent e0e19ed commit c392140

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/apple-runtime.md

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

3939
#### Xcode
4040

41-
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.
41+
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.
4242

4343
![](_static/img/swiftpm_xcode1.png)
4444

@@ -67,7 +67,7 @@ let package = Package(
6767
],
6868
dependencies: [
6969
// Use "latest" branch name for the latest stable build.
70-
.package(url: "https://github.com/pytorch/executorch.git", .branch("0.3.0"))
70+
.package(url: "https://github.com/pytorch/executorch.git", .branch("0.4.0"))
7171
],
7272
targets: [
7373
.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.3.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., “0.4.0”, or just use the “latest” branch name for the latest stable build.
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

0 commit comments

Comments
 (0)