Skip to content

Commit d08bb33

Browse files
committed
update references
1 parent 56b6d6a commit d08bb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Build LLM Demo for Android
3232
export BUILD_AAR_DIR=aar-out
3333
bash build/build_android_library.sh ${ARTIFACTS_DIR_NAME}
34-
bash build/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
34+
bash .ci/scripts/build_android_instrumentation.sh ${ARTIFACTS_DIR_NAME}
3535
3636
mkdir -p ${ARTIFACTS_DIR_NAME}/fp32-xnnpack-custom
3737
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

Comments
 (0)