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 1f758ae commit ee037fcCopy full SHA for ee037fc
.ci/scripts/test_qnn_static_llama.sh
@@ -9,10 +9,9 @@ set -euxo pipefail
9
10
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
11
12
-# Source QNN configuration
13
-source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/qnn_config.sh"
14
# Download QNN_SDK. If already downloaded, export environment path
15
source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/install_qnn_sdk.sh"
+install_qnn
16
17
export EXECUTORCH_ROOT="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)"
18
export LD_LIBRARY_PATH="${QNN_SDK_ROOT}/lib/x86_64-linux-clang"
0 commit comments