Skip to content

Commit 1e824a3

Browse files
Jack-Khuumalfet
authored andcommitted
Fixing ET naming (#879)
1 parent 4ceee6d commit 1e824a3

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
@@ -183,7 +183,7 @@ ExecuTorch enables you to optimize your model for execution on a
183183
mobile or embedded device, but can also be used on desktop for
184184
testing.
185185

186-
### Set Up Executorch
186+
### Set Up ExecuTorch
187187

188188
Before running any commands in torchchat that require ExecuTorch, you
189189
must first install ExecuTorch.
@@ -198,7 +198,7 @@ export TORCHCHAT_ROOT=${PWD}
198198
./scripts/install_et.sh
199199
```
200200

201-
### Test it out using our Executorch runner
201+
### Test it out using our ExecuTorch runner
202202
Build the runner
203203
```bash
204204
scripts/build_native.sh et
@@ -237,7 +237,7 @@ run `python3 torchchat.py export`
237237

238238
### Deploy and run on iOS
239239

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

242242
#### Requirements
243243
- Xcode 15.0 or later

0 commit comments

Comments
 (0)