File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
backends/qualcomm/scripts Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ 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-
181179 EXTRA_FLAGS=" "
182180 # Ordered by the folder name, then alphabetically by the model name
183181 # Following models are inside examples/qualcomm/scripts folder
Original file line number Diff line number Diff line change 3535which " ${PYTHON_EXECUTABLE} "
3636
3737# Although static llama CI does not require graphviz, it is required by test_qnn_delegate.py
38- pip install pydot
3938pip install graphviz
4039
4140set +e
Original file line number Diff line number Diff line change 66# LICENSE file in the root directory of this source tree.
77set -e
88
9+ pip install pydot
10+
911# Check if running on macOS/Darwin
1012if [[ " $( uname -s) " == " Darwin" ]]; then
1113 echo " Error: Qualcomm backend Python interface requires Linux operating system."
You can’t perform that action at this time.
0 commit comments