Skip to content

Commit 51523e8

Browse files
committed
Update on "[Executorch][CI] Fix qnn runner ci job scripts"
QNN backend's AOT artifacts were being copied in the source directory instead of them being installed, as build artifacts, in appropriate package directory. As a result we had to use PYTHON_PATH=".." in test_llama.sh CI script when running CI for qnn. This results in executorch having two locations as where the package is installed. This PR fixes that. Differential Revision: [D66406274](https://our.internmc.facebook.com/intern/diff/D66406274/) [ghstack-poisoned]
2 parents ab3a356 + f38b515 commit 51523e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/scripts/test_model.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,8 @@ test_model_with_qnn() {
152152
source "$(dirname "${BASH_SOURCE[0]}")/build-qnn-sdk.sh"
153153
echo "ANDROID_NDK_ROOT: $ANDROID_NDK_ROOT"
154154
echo "QNN_SDK_ROOT: $QNN_SDK_ROOT"
155-
echo "EXECUTORCH_ROOT: $EXECUTORCH_ROOT"
156155

157156
export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
158-
export PYTHONPATH=$EXECUTORCH_ROOT/..
159157

160158
if [[ "${MODEL_NAME}" == "dl3" ]]; then
161159
EXPORT_SCRIPT=deeplab_v3

0 commit comments

Comments
 (0)