Skip to content

Update tutorial-arm-ethos-u.md #12973

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 29, 2025
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
4 changes: 2 additions & 2 deletions docs/source/tutorial-arm-ethos-u.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ Once the elf is prepared, regardless of the `.pte` file variant is used to gener
./run.sh --model_name=mv2 --delegate --target=ethos-u85-128
```

- To run all the test models iteratively in a loop
- To run all the test models iteratively in a loop , simply run
```bash
./run.sh --pte=mv2_arm_ethos_u55.pte --target=ethos-u55-128
./run.sh
```

Note that you could use `build_executor_runner.sh` and `run_fvp.sh` scripts in tandem by passing the relevant --target argument (e.g., --target=ethos-u55-128), the correct FVP binary will be chosen automatically. For more details, see the [section on Runtime Integration](https://docs.pytorch.org/executorch/main/backends-arm-ethos-u.html#runtime-integration).
Expand Down
Loading