Skip to content

Commit 203cea5

Browse files
committed
Call llama3_2_vision/install_requirements.sh during Arm backend setup
1 parent 8115a6c commit 203cea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/setup-arm-baremetal-tools.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2024 Arm Limited and/or its affiliates.
2+
# Copyright 2024-2025 Arm Limited and/or its affiliates.
33
#
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
@@ -9,3 +9,5 @@
99
git config --global user.email "[email protected]"
1010
git config --global user.name "Github Executorch"
1111
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
12+
13+
./examples/models/llama3_2_vision/install_requirements.sh

0 commit comments

Comments
 (0)