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:
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/
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+ #################
33
44The following section will guide you through updating to the 2.0 release.
55
You can’t perform that action at this time.
0 commit comments