Skip to content

Commit 6edb238

Browse files
authored
Update tutorial-arm-ethos-u.md
Add 'EULA' argument to setup.sh script
1 parent deb63ec commit 6edb238

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ 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.Add commentMore actions
54+
```bash
55+
examples/arm/setup.sh --i-agree-to-the-contained-eula
56+
```
57+
Upon successful execution, you can directly go to [the next step](#convert-the-pytorch-model-to-the-pte-file).
5458

5559
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.
5660

0 commit comments

Comments
 (0)