We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8115a6c commit 203cea5Copy full SHA for 203cea5
.ci/scripts/setup-arm-baremetal-tools.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright 2024 Arm Limited and/or its affiliates.
+# Copyright 2024-2025 Arm Limited and/or its affiliates.
3
#
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
@@ -9,3 +9,5 @@
9
git config --global user.email "[email protected]"
10
git config --global user.name "Github Executorch"
11
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
12
+
13
+./examples/models/llama3_2_vision/install_requirements.sh
0 commit comments