Skip to content

Commit

Permalink
update SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Jun 5, 2024
1 parent 1e366f0 commit f6cc8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/android-prebuilt-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ We provide two prebuilt Android libraries (AAR), `executorch.aar` for generic us
- Comes with two ABI variants, arm64-v8a and x86_64.

## Downloading AAR
[executorch.aar](https://ossci-android.s3.us-west-1.amazonaws.com/executorch/release/0.2.1/executorch.aar) (sha1sum: 09d17f7bc59589b581e45bb49511d19196d0297d)
[executorch_llama.aar](https://ossci-android.s3.us-west-1.amazonaws.com/executorch/release/0.2.1/executorch-llama.aar) (sha1sum: 09d17f7bc59589b581e45bb49511d19196d0297d)
[executorch.aar](https://ossci-android.s3.us-west-1.amazonaws.com/executorch/release/0.2.1/executorch.aar) (sha1sum: af7690394fd978603abeff40cf64bd2df0dc793a)
[executorch_llama.aar](https://ossci-android.s3.us-west-1.amazonaws.com/executorch/release/0.2.1/executorch-llama.aar) (sha1sum: 2973b1c41aa2c2775482d7cc7c803d0f6ca282c1)

## Using prebuilt libraries

Expand Down
4 changes: 2 additions & 2 deletions examples/demo-apps/android/LlamaDemo/download_prebuilt_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

set -eu

AAR_URL="https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/9357260259/artifact/executorch.aar"
AAR_SHASUM="2081b318fefe105e5f92249350c4551a1f3826ec"
AAR_URL="https://gha-artifacts.s3.amazonaws.com/pytorch/executorch/9376476031/artifact/executorch.aar"
AAR_SHASUM="2973b1c41aa2c2775482d7cc7c803d0f6ca282c1"

LIBS_PATH="$(dirname "$0")/app/libs"
AAR_PATH="${LIBS_PATH}/executorch-llama.aar"
Expand Down

0 comments on commit f6cc8fa

Please sign in to comment.