Skip to content

Commit c20ed5e

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Fix env in android perf so aar build (#5330)
Summary: Pull Request resolved: #5330 Reviewed By: huydhn Differential Revision: D62610791 Pulled By: kirklandsign fbshipit-source-id: fa38844548570302ac8944de4340a355a33a4733
1 parent 9256b4a commit c20ed5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,9 @@ jobs:
229229
230230
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
231231
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
232-
export EXECUTORCH_BUILD_QNN=ON
233232
234233
export ANDROID_ABIS="arm64-v8a"
235-
bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
234+
PYTHON_EXECUTABLE=python EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.25.0.240728 bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
236235
237236
# Upload artifacts to S3. The artifacts are needed not only by the device farm but also TorchChat
238237
upload-android-apps:

0 commit comments

Comments
 (0)