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 067c7a5 commit e4e21ddCopy full SHA for e4e21dd
.ci/scripts/test_qnn_static_llama.sh
@@ -13,6 +13,9 @@ fi
13
14
which "${PYTHON_EXECUTABLE}"
15
16
+# Although static llama CI does not require graphviz, it is required by test_qnn_delegate.py
17
+pip install graphviz
18
+
19
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
20
# Download stories llama110m artifacts
21
download_stories_model_artifacts
0 commit comments