Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 3f10983

Browse files
committed
Android artifact update to 241002
1 parent 438ebb1 commit 3f10983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
477477

478478
1. Download the AAR file, which contains the Java library and corresponding JNI library, to build and run the app.
479479

480-
- [executorch-240919.aar](https://ossci-android.s3.amazonaws.com/executorch/main/executorch-240919.aar) (SHASUM: c8a5d38ead03bfa28ee8469f6355840ad0d182ba)
480+
- [executorch-241002.aar](https://ossci-android.s3.amazonaws.com/executorch/release/executorch-241002/executorch.aar) (sha256sum: 2546feed560cef01cc7b47260c694311346196934f41900cac08e418f4a60096)
481481

482482
2. Rename the downloaded AAR file to `executorch.aar` and move the file to `torchchat/edge/android/torchchat/app/libs/`. You may need to create directory `torchchat/edge/android/torchchat/app/libs/` if it does not exist.
483483

torchchat/utils/scripts/android_example.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ else
3030
exit -1
3131
fi
3232

33-
LLAMA_AAR_URL="https://ossci-android.s3.amazonaws.com/executorch/main/executorch-240919.aar"
34-
LLAMA_AAR_SHASUM="c8a5d38ead03bfa28ee8469f6355840ad0d182ba"
33+
LLAMA_AAR_URL="https://ossci-android.s3.amazonaws.com/executorch/release/executorch-241002/executorch.aar"
34+
LLAMA_AAR_SHASUM="2546feed560cef01cc7b47260c694311346196934f41900cac08e418f4a60096"
3535

3636
mkdir -p ${TORCHCHAT_ROOT}/build/android
3737

0 commit comments

Comments
 (0)