You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Install the required dependencies, including those needed for the backends like [Core ML](build-run-coreml.md) or [MPS](build-run-mps.md), if you plan to build them as well:
111
+
5. Install the required dependencies, including those needed for the backends like [Core ML](build-run-coreml.md) or [MPS](build-run-mps.md), if you plan to build them as well:
124
112
125
113
```bash
126
114
./install_requirements.sh
@@ -132,7 +120,7 @@ rm "$BUCK2_ARCHIVE"
132
120
./backends/apple/mps/install_requirements.sh
133
121
```
134
122
135
-
7. Use the provided script to build .xcframeworks:
123
+
6. Use the provided script to build .xcframeworks:
136
124
137
125
```bash
138
126
./build/build_apple_frameworks.sh --help
@@ -141,7 +129,7 @@ rm "$BUCK2_ARCHIVE"
141
129
For example, the following invocation will build the ExecuTorch Runtime and all currently available kernels and backends for the Apple platform:
0 commit comments