File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ In order to be able to successfully build and run a model using the MPS backend
56
56
### Software
57
57
- [ macOS Sonoma] ( https://www.apple.com/macos/sonoma/ ) (for lowering to MPS delegate)
58
58
- [ 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 ) )
60
60
61
61
## Setting up Developer Environment
62
62
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) .
64
64
65
65
*** Step 2.*** Install dependencies needed to lower MPS delegate:
66
66
67
67
``` bash
68
- bash ./backends/apple/mps/install_requirements.sh
68
+ ./backends/apple/mps/install_requirements.sh
69
69
```
70
70
71
71
## Build
You can’t perform that action at this time.
0 commit comments