From 149b685d98409c23adcebc70ba71ff5f7c3521f5 Mon Sep 17 00:00:00 2001 From: Siddartha Pothapragada Date: Tue, 29 Jul 2025 12:44:21 -0700 Subject: [PATCH] Update tutorial-arm-ethos-u.md Fix run.sh example usage --- docs/source/tutorial-arm-ethos-u.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorial-arm-ethos-u.md b/docs/source/tutorial-arm-ethos-u.md index bebd8ba9310..528bcd93452 100644 --- a/docs/source/tutorial-arm-ethos-u.md +++ b/docs/source/tutorial-arm-ethos-u.md @@ -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).