Skip to content

Commit

Permalink
[pytorch] Upgrade pytorch andorid to 2.1.1 (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Jan 3, 2024
1 parent 1b2b6fa commit ca1b5c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/native_s3_pytorch_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
format: ["armeabi-v7a", "arm64-v8a", "x86" ,"x86_64"]
env:
PYTORCH_VERSION: "2.0.1"
PYTORCH_VERSION: "2.1.1"
NDK_VERSION: "21.1.6352462"
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -48,8 +48,3 @@ jobs:
run: |
aws s3 cp android_pytorch_tmp/build_android/${{ matrix.format }}_native.zip s3://djl-ai/publish/pytorch/${PYTORCH_VERSION}/android_native/
aws cloudfront create-invalidation --distribution-id E371VB8JQ6NRVY --paths "/pytorch/${PYTORCH_VERSION}/android_native*"
# - name: Upload pytorch src
# uses: actions/upload-artifact@v3
# with:
# name: pytorch-src-${{ matrix.format }}
# path: android_pytorch_tmp

0 comments on commit ca1b5c5

Please sign in to comment.