Skip to content

Commit 34c3fb9

Browse files
Bordalantiga
authored andcommitted
update ci for legacy upload (#18316)
* update ci for legacy upload * docs (cherry picked from commit c98fb36)
1 parent d2d9711 commit 34c3fb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_legacy-checkpoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
- name: Upload checkpoints to S3
118118
working-directory: ${{ env.legacy_dir }}
119119
env:
120-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
121-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
120+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUB_ACCESS_KEY }}
121+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUB_SECRET_KEY }}
122122
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
123123
run: |
124124
aws s3 sync $AWS_RUN checkpoints/ s3://pl-public-data/legacy/checkpoints/

docs/source-pytorch/upgrade/migration_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Guide how to upgrade to the 2.0 version
2-
#######################################
1+
2.0 upgrade guide
2+
#################
33

44
The following section will guide you through updating to the 2.0 release.
55

0 commit comments

Comments
 (0)