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 8ab0e79 commit 55720a6Copy full SHA for 55720a6
.ci/scripts/setup-qnn-deps.sh
@@ -12,9 +12,9 @@ install_qnn() {
12
QNN_INSTALLATION_DIR=/tmp/qnn
13
mkdir -p "${QNN_INSTALLATION_DIR}"
14
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"
+ 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"
16
echo "Finishing downloading qnn sdk."
17
- unzip -qo /tmp/v2.23.0.24.06.24.zip -d /tmp
+ unzip -qo /tmp/v2.25.0.24.07.28.zip -d /tmp
18
echo "Finishing unzip qnn sdk."
19
20
0 commit comments