From ca1b5c56c421e209396149e19dd0c96716389548 Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Wed, 3 Jan 2024 14:29:55 -0800 Subject: [PATCH] [pytorch] Upgrade pytorch andorid to 2.1.1 (#2914) --- .github/workflows/native_s3_pytorch_android.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/native_s3_pytorch_android.yml b/.github/workflows/native_s3_pytorch_android.yml index ef261752305..2720c3ae31d 100644 --- a/.github/workflows/native_s3_pytorch_android.yml +++ b/.github/workflows/native_s3_pytorch_android.yml @@ -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 @@ -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