File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ export PYTHON_EXECUTABLE=python
2424EXTRA_BUILD_ARGS=" "
2525
2626if [[ " $FLOW " == * qualcomm* ]]; then
27- # Setup QNN sdk and deps
28- # ./install_requirements.sh --use-pt-pinned-commit
27+ # Setup QNN sdk and deps - note that this is a bit hacky due to the nature of the
28+ # Qualcomm build. TODO (gjcomer) Clean this up once the QNN pybinding integration is
29+ # cleaned up.
2930 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
3031 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
3132 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
33+ export LD_LIBRARY_PATH=$EXECUTORCH_ROOT /build-x86/lib/:$LD_LIBRARY_PATH
3234
3335 # TODO Get SDK root from install scripts
3436 EXTRA_BUILD_ARGS+=" -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029"
You can’t perform that action at this time.
0 commit comments