Skip to content

Commit

Permalink
Fix s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 28, 2024
1 parent fe9a9b7 commit 120a8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
CONDA_ENV: "userbenchmark"
SETUP_SCRIPT: "/workspace/setup_instance.sh"
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout TorchBench
uses: actions/checkout@v3
Expand Down

0 comments on commit 120a8bf

Please sign in to comment.