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 d8e1bc2 commit ef839b5Copy full SHA for ef839b5
.ci/scripts/test_qnn_static_llama.sh
@@ -15,6 +15,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/qnn_confi
15
source "$(dirname "${BASH_SOURCE[0]}")/../../backends/qualcomm/scripts/install_qnn_sdk.sh"
16
echo "WK checking LIBC=${CPLUS_INCLUDE_PATH}"
17
18
+export QNN_SDK_ROOT="/tmp/qnn/2.37.0.250724"
19
export EXECUTORCH_ROOT="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)"
20
export LD_LIBRARY_PATH="${QNN_SDK_ROOT}/lib/x86_64-linux-clang"
21
export PYTHONPATH=".."
0 commit comments