Skip to content

Commit a968f3c

Browse files
DenisVieriu97dbort
authored andcommitted
Update mps docs (#974)
Summary: Summary of changes: - Update MPS docs to include Xcode15 as prerequisite software - Fix anchor links for executorch tutorial Pull Request resolved: #974 Reviewed By: cccclai Differential Revision: D50347558 Pulled By: shoumikhin fbshipit-source-id: 1950dfbbcce179cb0e3c0f820f8cb5eafc39c34c
1 parent b1d0900 commit a968f3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/apple/mps/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ In order to be able to successfully build and run a model using the MPS backend
5656
### Software
5757
- [macOS Sonoma](https://www.apple.com/macos/sonoma/) (for lowering to MPS delegate)
5858
- [iOS 17](https://www.apple.com/ios/ios-17/) / [iPadOS 17](https://www.apple.com/ipados/ipados-17/) (for running on device)
59-
59+
- [Xcode 15](https://developer.apple.com/xcode/) (for building the [AOT](#aot-ahead-of-time-components) and [runtime](#runtime))
6060

6161
## Setting up Developer Environment
6262

63-
***Step 1.*** Please finish tutorial [Setting up executorch](../../../docs/website/docs/tutorials/00_setting_up_executorch.md).
63+
***Step 1.*** Please finish tutorial [Setting up executorch](getting-started-setup.md).
6464

6565
***Step 2.*** Install dependencies needed to lower MPS delegate:
6666

6767
```bash
68-
bash ./backends/apple/mps/install_requirements.sh
68+
./backends/apple/mps/install_requirements.sh
6969
```
7070

7171
## Build

0 commit comments

Comments
 (0)