We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6d6a commit d08bb33Copy full SHA for d08bb33
.github/workflows/_android.yml
@@ -31,7 +31,7 @@ jobs:
31
# Build LLM Demo for Android
32
export BUILD_AAR_DIR=aar-out
33
bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
34
- bash build/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
+ bash .ci/scripts/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
35
36
mkdir -p ${ARTIFACTS_DIR_NAME}/fp32-xnnpack-custom
37
bash ".ci/scripts/test_llama.sh" -model stories110M -build_tool cmake -dtype fp16 -mode portable -upload ${ARTIFACTS_DIR_NAME}/fp32-xnnpack-custom
0 commit comments