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:
260260 --output_name="${OUT_ET_MODEL_NAME}.pte"
261261 ls -lh "${OUT_ET_MODEL_NAME}.pte"
262262 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
264264 export LD_LIBRARY_PATH=$QNN_SDK_ROOT/lib/x86_64-linux-clang/
265265 export PYTHONPATH=$(pwd)/..
266266
@@ -347,7 +347,7 @@ jobs:
347347 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
348348
349349 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}
351351
352352 # Let's see how expensive this job is, we might want to tone it down by running it periodically
353353 benchmark-on-device :
You can’t perform that action at this time.
0 commit comments