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:
124
+
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:
137
125
138
126
```bash
139
127
./install_requirements.sh
@@ -145,7 +133,7 @@ rm "$BUCK2_ARCHIVE"
145
133
./backends/apple/mps/install_requirements.sh
146
134
```
147
135
148
-
7. Use the provided script to build .xcframeworks:
136
+
6. Use the provided script to build .xcframeworks:
149
137
150
138
```bash
151
139
./build/build_apple_frameworks.sh --help
@@ -154,7 +142,7 @@ rm "$BUCK2_ARCHIVE"
154
142
For example, the following invocation will build the ExecuTorch Runtime and all currently available kernels and backends for the Apple platform:
0 commit comments