Skip to content

Commit 4553d02

Browse files
committed
Code Review
1 parent b5e2085 commit 4553d02

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.ci/scripts/test_model.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.ci/scripts/test_qnn_static_llm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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
3938
pip install graphviz
4039

4140
set +e

backends/qualcomm/scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# LICENSE file in the root directory of this source tree.
77
set -e
88

9+
pip install pydot
10+
911
# Check if running on macOS/Darwin
1012
if [[ "$(uname -s)" == "Darwin" ]]; then
1113
echo "Error: Qualcomm backend Python interface requires Linux operating system."

0 commit comments

Comments
 (0)