Skip to content

Commit b5e2085

Browse files
committed
Add CI dependency
1 parent f9bbad7 commit b5e2085

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.ci/scripts/test_model.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ test_model_with_qnn() {
176176
export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
177177
export PYTHONPATH=$EXECUTORCH_ROOT/..
178178

179+
pip install pydot
180+
179181
EXTRA_FLAGS=""
180182
# Ordered by the folder name, then alphabetically by the model name
181183
# Following models are inside examples/qualcomm/scripts folder

.ci/scripts/test_qnn_static_llm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fi
3535
which "${PYTHON_EXECUTABLE}"
3636

3737
# Although static llama CI does not require graphviz, it is required by test_qnn_delegate.py
38+
pip install pydot
3839
pip install graphviz
3940

4041
set +e

0 commit comments

Comments
 (0)