File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ if [[ "$FLOW" == *qnn* ]]; then
2929 # Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
3030 # Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
3131 # cleaned up.
32- PYTHON_EXECUTABLE=python source .ci/scripts/setup-linux.sh --build-tool cmake
33- PYTHON_EXECUTABLE=python source .ci/scripts/setup-qnn-deps.sh
32+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
33+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3434 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
3535 QNN_X86_LIB_DIR=` realpath build-x86/lib/`
36+ QNN_SDK_ROOT=" /tmp/qnn/2.37.0.250724"
3637 export LD_LIBRARY_PATH" =$QNN_X86_LIB_DIR :$QNN_SDK_ROOT /lib/x86_64-linux-clang/:${LD_LIBRARY_PATH:- } "
3738
3839 # TODO Get SDK root from install scripts
You can’t perform that action at this time.
0 commit comments