We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9256b4a commit c20ed5eCopy full SHA for c20ed5e
.github/workflows/android-perf.yml
@@ -229,10 +229,9 @@ jobs:
229
230
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
231
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
232
- export EXECUTORCH_BUILD_QNN=ON
233
234
export ANDROID_ABIS="arm64-v8a"
235
- bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
+ 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}
236
237
# Upload artifacts to S3. The artifacts are needed not only by the device farm but also TorchChat
238
upload-android-apps:
0 commit comments