79
79
python utils/print_env.py
80
80
- name : Pipeline CUDA Test
81
81
env :
82
- HF_TOKEN : ${{ secrets.HF_TOKEN }}
82
+ HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
83
83
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
84
84
CUBLAS_WORKSPACE_CONFIG : :16:8
85
85
run : |
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Run nightly PyTorch CUDA tests for non-pipeline modules
140
140
if : ${{ matrix.module != 'examples'}}
141
141
env :
142
- HF_TOKEN : ${{ secrets.HF_TOKEN }}
142
+ HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
143
143
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
144
144
CUBLAS_WORKSPACE_CONFIG : :16:8
145
145
run : |
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Run nightly example tests with Torch
153
153
if : ${{ matrix.module == 'examples' }}
154
154
env :
155
- HF_TOKEN : ${{ secrets.HF_TOKEN }}
155
+ HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
156
156
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
157
157
CUBLAS_WORKSPACE_CONFIG : :16:8
158
158
run : |
@@ -209,7 +209,7 @@ jobs:
209
209
210
210
- name : Run nightly Flax TPU tests
211
211
env :
212
- HF_TOKEN : ${{ secrets.HF_TOKEN }}
212
+ HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
213
213
run : |
214
214
python -m pytest -n 0 \
215
215
-s -v -k "Flax" \
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
- name : Run Nightly ONNXRuntime CUDA tests
266
266
env :
267
- HF_TOKEN : ${{ secrets.HF_TOKEN }}
267
+ HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
268
268
run : |
269
269
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
270
270
-s -v -k "Onnx" \
0 commit comments