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 @@ -211,7 +211,7 @@ ExecuTorch enables you to optimize your model for execution on a
211
211
mobile or embedded device, but can also be used on desktop for
212
212
testing.
213
213
214
- ### Set Up Executorch
214
+ ### Set Up ExecuTorch
215
215
216
216
Before running any commands in torchchat that require ExecuTorch, you
217
217
must first install ExecuTorch.
@@ -226,7 +226,7 @@ export TORCHCHAT_ROOT=${PWD}
226
226
./scripts/install_et.sh
227
227
```
228
228
229
- ### Test it out using our Executorch runner
229
+ ### Test it out using our ExecuTorch runner
230
230
Build the runner
231
231
``` bash
232
232
scripts/build_native.sh et
@@ -265,7 +265,7 @@ run `python3 torchchat.py export`
265
265
266
266
### Deploy and run on iOS
267
267
268
- The following assumes you've completed the steps for [ Setting up Executorch ] ( #set-up-executorch ) .
268
+ The following assumes you've completed the steps for [ Setting up ExecuTorch ] ( #set-up-executorch ) .
269
269
270
270
#### Requirements
271
271
- Xcode 15.0 or later
You can’t perform that action at this time.
0 commit comments