diff --git a/docs/iOS.md b/docs/iOS.md index 7246c527ec..2bc8bee205 100644 --- a/docs/iOS.md +++ b/docs/iOS.md @@ -1,15 +1,8 @@ -# iOS +# Running LLaMA models on iOS -Open the iOS Llama Xcode project at -https://github.com/pytorch/executorch/tree/main/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj -in Xcode and click Run. You will need to provide a provisioning -profile (similar to what's expected for any iOS dev). +Check out the [tutorial](https://pytorch.org/executorch/main/llm/llama-demo-ios.html) on how to build the iOS demo app running your +PyTorch models with [ExecuTorch](https://github.com/pytorch/executorch). -Once you can run the app on you device, -1 - connect the device to you Mac, -2 - copy the model and tokenizer.bin to the iOS Llama app -3 - select the tokenizer and model with the `(...)` control (bottom left of screen, to the left of the text entrybox) - - -Detailed step by step in conjunction with ET iOS build, to run on -simulator for iOS. \ No newline at end of file + + iOS app running a LlaMA model +