File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ jobs:
260
260
--output_name="${OUT_ET_MODEL_NAME}.pte"
261
261
ls -lh "${OUT_ET_MODEL_NAME}.pte"
262
262
elif [[ ${{ matrix.config }} == "llama3_qnn_htp" ]]; then
263
- export QNN_SDK_ROOT=/tmp/qnn/2.25 .0.240728
263
+ export QNN_SDK_ROOT=/tmp/qnn/2.28 .0.241029
264
264
export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
265
265
export PYTHONPATH=$(pwd)/..
266
266
@@ -347,7 +347,7 @@ jobs:
347
347
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
348
348
349
349
export ANDROID_ABIS="arm64-v8a"
350
- 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}
350
+ PYTHON_EXECUTABLE=python EXECUTORCH_BUILD_QNN=ON QNN_SDK_ROOT=/tmp/qnn/2.28 .0.241029 bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
351
351
352
352
# Let's see how expensive this job is, we might want to tone it down by running it periodically
353
353
benchmark-on-device :
You can’t perform that action at this time.
0 commit comments