Skip to content

Commit 397bcb4

Browse files
authored
Update iOS.md (#517)
* Update iOS.md * Update iOS.md
1 parent a3ffb73 commit 397bcb4

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/iOS.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# Running LLaMA models on iOS
22

3-
Check out the [tutorial](https://pytorch.org/executorch/main/llm/llama-demo-ios.html) on how to build the iOS demo app running your
4-
PyTorch models with [ExecuTorch](https://github.com/pytorch/executorch).
3+
On a Mac set-up [ExecuTorch](executorch_setup.md) and open the LLaMA app project with Xcode:
54

65
```
7-
git clone https://github.com/pytorch/executorch.git
8-
9-
cd executorch
10-
11-
git submodule update --init
12-
13-
open examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj
6+
open et-build/src/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj
147
```
158

16-
Then click the Play button in Xcode to launch the app in Simulator.
9+
Then click the Play button to launch the app in Simulator.
1710

1811
To run on a device, given that you already have it set up for development, you'll need to have a provisioning profile with the [`increased-memory-limit`](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_kernel_increased-memory-limit) entitlement. Just change the app's bundle identifier to whatever matches your provisioning profile with the aforementioned capability enabled.
1912

0 commit comments

Comments
 (0)