Skip to content

Commit 149b685

Browse files
authored
Update tutorial-arm-ethos-u.md
Fix run.sh example usage
1 parent bed0f9e commit 149b685

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)