We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbff43a commit be62c85Copy full SHA for be62c85
.github/workflows/push_tests.yml
@@ -137,7 +137,7 @@ jobs:
137
138
- name: Run PyTorch CUDA tests
139
env:
140
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
+ HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
141
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
142
CUBLAS_WORKSPACE_CONFIG: :16:8
143
run: |
0 commit comments