You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/arm/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,15 @@ Some tests, with `u55`, `u85` and `vgf` in the name require external dependencie
249
249
```
250
250
251
251
In addition, some model tests in the Arm backend require third-party libraries or packages.
252
-
To run these tests, you need to install the required dependencies by running the script `examples/arm/setup.sh` with the flag `--setup-test-dependency`.
252
+
To run these tests, install the required dependencies directly:
253
253
254
-
Please note that installing model test dependencies is a standalone process. When using the `--setup-test-dependency` flag,
255
-
the script will install only the necessary dependencies for model tests, skipping all other setup procedures.
0 commit comments