Skip to content

[Easy] Fixing ET naming typo #879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ExecuTorch enables you to optimize your model for execution on a
mobile or embedded device, but can also be used on desktop for
testing.

### Set Up Executorch
### Set Up ExecuTorch

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

### Test it out using our Executorch runner
### Test it out using our ExecuTorch runner
Build the runner
```bash
scripts/build_native.sh et
Expand Down Expand Up @@ -237,7 +237,7 @@ run `python3 torchchat.py export`

### Deploy and run on iOS

The following assumes you've completed the steps for [Setting up Executorch](#set-up-executorch).
The following assumes you've completed the steps for [Setting up ExecuTorch](#set-up-executorch).

#### Requirements
- Xcode 15.0 or later
Expand Down
Loading