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