Skip to content

Commit

Permalink
update ci for legacy upload (#18316)
Browse files Browse the repository at this point in the history
* update ci for legacy upload

* docs
  • Loading branch information
Borda committed Aug 15, 2023
1 parent 3002558 commit c98fb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_legacy-checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Upload checkpoints to S3
working-directory: ${{ env.legacy_dir }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUB_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUB_SECRET_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
run: |
aws s3 sync $AWS_RUN checkpoints/ s3://pl-public-data/legacy/checkpoints/
Expand Down
4 changes: 2 additions & 2 deletions docs/source-pytorch/upgrade/migration_guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Guide how to upgrade to the 2.0 version
#######################################
2.0 upgrade guide
#################

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

Expand Down

0 comments on commit c98fb36

Please sign in to comment.