Skip to content

Commit 7b4dcc8

Browse files
authored
Update tutorial-arm-ethos-u.md
Add EULA arg to the script for successful execution
1 parent c746390 commit 7b4dcc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ In the following sections we will walk through the steps to download each of the
5050

5151
In this section, we will do a one-time setup, like downloading and installing necessary software, for the platform support files needed to run ExecuTorch programs in this tutorial.
5252

53-
For that we will use the `examples/arm/setup.sh` script to pull each item in an automated fashion. It is recommended to run the script in a conda environment. Upon successful execution, you can directly go to [the next step](#convert-the-pytorch-model-to-the-pte-file).
53+
For that we will use the `examples/arm/setup.sh` script to pull each item in an automated fashion. It is recommended to run the script in a conda environment.
54+
```bash
55+
examples/arm/setup.sh --i-agree-to-the-contained-eula
56+
```
57+
58+
Upon successful execution, you can directly go to [the next step](#convert-the-pytorch-model-to-the-pte-file).
5459

5560
As mentioned before, we currently support only Linux based platforms with x86_64 or aarch64 processor architecture. Let’s make sure we are indeed on a supported platform.
5661

0 commit comments

Comments
 (0)