Skip to content

Commit 0d337e2

Browse files
pytorchbotpsiddh
andauthored
Update tutorial-arm-ethos-u.md (#12979)
Fix run.sh example usage ### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable. Co-authored-by: Siddartha Pothapragada <[email protected]>
1 parent 20f1066 commit 0d337e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial-arm-ethos-u.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ Once the elf is prepared, regardless of the `.pte` file variant is used to gener
334334
./run.sh --model_name=mv2 --delegate --target=ethos-u85-128
335335
```
336336

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

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

0 commit comments

Comments
 (0)