Skip to content

Commit 4250a54

Browse files
Darshil JariwalaDarshil Jariwala
authored andcommitted
merging diffusers
1 parent fdf2a59 commit 4250a54

File tree

65 files changed

+4829
-559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+4829
-559
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
python utils/print_env.py
8080
- name: Pipeline CUDA Test
8181
env:
82-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
82+
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
8383
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
8484
CUBLAS_WORKSPACE_CONFIG: :16:8
8585
run: |
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run nightly PyTorch CUDA tests for non-pipeline modules
140140
if: ${{ matrix.module != 'examples'}}
141141
env:
142-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
142+
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
143143
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
144144
CUBLAS_WORKSPACE_CONFIG: :16:8
145145
run: |
@@ -152,7 +152,7 @@ jobs:
152152
- name: Run nightly example tests with Torch
153153
if: ${{ matrix.module == 'examples' }}
154154
env:
155-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
155+
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
156156
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
157157
CUBLAS_WORKSPACE_CONFIG: :16:8
158158
run: |
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Run nightly Flax TPU tests
211211
env:
212-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
212+
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
213213
run: |
214214
python -m pytest -n 0 \
215215
-s -v -k "Flax" \
@@ -264,7 +264,7 @@ jobs:
264264

265265
- name: Run Nightly ONNXRuntime CUDA tests
266266
env:
267-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
267+
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
268268
run: |
269269
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
270270
-s -v -k "Onnx" \

.github/workflows/push_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Slow Tests on main
1+
name: Fast GPU Tests on main
22

33
on:
44
push:

0 commit comments

Comments
 (0)