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 e4b8e7c commit 37679c8Copy full SHA for 37679c8
.ci/scripts/test_qnn_static_llama.sh
@@ -16,7 +16,6 @@ SCRIPT_DIR="$( cd -- "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 ; pwd -P )
16
source "${SCRIPT_DIR}../../backends/qualcomm/scripts/qnn_config.sh"
17
18
export EXECUTORCH_ROOT="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)"
19
-export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029
20
export LD_LIBRARY_PATH="${QNN_SDK_ROOT}/lib/x86_64-linux-clang"
21
export PYTHONPATH=".."
22
cp schema/program.fbs exir/_serialize/program.fbs
0 commit comments