Skip to content

Commit

Permalink
[CI] Update HF Token in Fast GPU Tests (#10568)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
DN6 committed Jan 15, 2025
1 parent 0e14cac commit 2c25bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
python utils/print_env.py
- name: PyTorch CUDA checkpoint tests on Ubuntu
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
CUBLAS_WORKSPACE_CONFIG: :16:8
run: |
Expand Down

0 comments on commit 2c25bf5

Please sign in to comment.