Skip to content

Commit e4e21dd

Browse files
committed
fix library
1 parent 067c7a5 commit e4e21dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/scripts/test_qnn_static_llama.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ fi
1313

1414
which "${PYTHON_EXECUTABLE}"
1515

16+
# Although static llama CI does not require graphviz, it is required by test_qnn_delegate.py
17+
pip install graphviz
18+
1619
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
1720
# Download stories llama110m artifacts
1821
download_stories_model_artifacts

0 commit comments

Comments
 (0)