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 f9bbad7 commit b5e2085Copy full SHA for b5e2085
.ci/scripts/test_model.sh
@@ -176,6 +176,8 @@ test_model_with_qnn() {
176
export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
177
export PYTHONPATH=$EXECUTORCH_ROOT/..
178
179
+ pip install pydot
180
+
181
EXTRA_FLAGS=""
182
# Ordered by the folder name, then alphabetically by the model name
183
# Following models are inside examples/qualcomm/scripts folder
.ci/scripts/test_qnn_static_llm.sh
@@ -35,6 +35,7 @@ fi
35
which "${PYTHON_EXECUTABLE}"
36
37
# Although static llama CI does not require graphviz, it is required by test_qnn_delegate.py
38
+pip install pydot
39
pip install graphviz
40
41
set +e
0 commit comments