File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/source-pytorch/upgrade Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ jobs:
117
117
- name : Upload checkpoints to S3
118
118
working-directory : ${{ env.legacy_dir }}
119
119
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 }}
122
122
AWS_DEFAULT_REGION : ${{ secrets.AWS_REGION }}
123
123
run : |
124
124
aws s3 sync $AWS_RUN checkpoints/ s3://pl-public-data/legacy/checkpoints/
Original file line number Diff line number Diff line change 1
- Guide how to upgrade to the 2.0 version
2
- #######################################
1
+ 2.0 upgrade guide
2
+ #################
3
3
4
4
The following section will guide you through updating to the 2.0 release.
5
5
You can’t perform that action at this time.
0 commit comments