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 @@ -183,7 +183,7 @@ ExecuTorch enables you to optimize your model for execution on a
183
183
mobile or embedded device, but can also be used on desktop for
184
184
testing.
185
185
186
- ### Set Up Executorch
186
+ ### Set Up ExecuTorch
187
187
188
188
Before running any commands in torchchat that require ExecuTorch, you
189
189
must first install ExecuTorch.
@@ -198,7 +198,7 @@ export TORCHCHAT_ROOT=${PWD}
198
198
./scripts/install_et.sh
199
199
```
200
200
201
- ### Test it out using our Executorch runner
201
+ ### Test it out using our ExecuTorch runner
202
202
Build the runner
203
203
``` bash
204
204
scripts/build_native.sh et
@@ -237,7 +237,7 @@ run `python3 torchchat.py export`
237
237
238
238
### Deploy and run on iOS
239
239
240
- The following assumes you've completed the steps for [ Setting up Executorch ] ( #set-up-executorch ) .
240
+ The following assumes you've completed the steps for [ Setting up ExecuTorch ] ( #set-up-executorch ) .
241
241
242
242
#### Requirements
243
243
- Xcode 15.0 or later
You can’t perform that action at this time.
0 commit comments