Skip to content

Commit c14d52e

Browse files
Jack-KhuuVarun Puri
authored andcommitted
Fixing ET naming (#879)
1 parent e502257 commit c14d52e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ ExecuTorch enables you to optimize your model for execution on a
211211
mobile or embedded device, but can also be used on desktop for
212212
testing.
213213

214-
### Set Up Executorch
214+
### Set Up ExecuTorch
215215

216216
Before running any commands in torchchat that require ExecuTorch, you
217217
must first install ExecuTorch.
@@ -226,7 +226,7 @@ export TORCHCHAT_ROOT=${PWD}
226226
./scripts/install_et.sh
227227
```
228228

229-
### Test it out using our Executorch runner
229+
### Test it out using our ExecuTorch runner
230230
Build the runner
231231
```bash
232232
scripts/build_native.sh et
@@ -265,7 +265,7 @@ run `python3 torchchat.py export`
265265

266266
### Deploy and run on iOS
267267

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).
269269

270270
#### Requirements
271271
- Xcode 15.0 or later

0 commit comments

Comments
 (0)