Skip to content

Commit 55720a6

Browse files
committed
Update qnn from 2.23 to 2.25 to fix ci error
1 parent 8ab0e79 commit 55720a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/setup-qnn-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ install_qnn() {
1212
QNN_INSTALLATION_DIR=/tmp/qnn
1313
mkdir -p "${QNN_INSTALLATION_DIR}"
1414

15-
curl -Lo /tmp/v2.23.0.24.06.24.zip "https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.23.0.24.06.24.zip"
15+
curl -Lo /tmp/v2.25.0.24.07.28.zip "https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.25.0.240728.zip"
1616
echo "Finishing downloading qnn sdk."
17-
unzip -qo /tmp/v2.23.0.24.06.24.zip -d /tmp
17+
unzip -qo /tmp/v2.25.0.24.07.28.zip -d /tmp
1818
echo "Finishing unzip qnn sdk."
1919

2020

0 commit comments

Comments
 (0)