Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
1d4d7187
Unverified
Commit
1d4d7187
authored
Aug 30, 2024
by
Dhruv Nair
Committed by
GitHub
Aug 30, 2024
Browse files
[CI] Update Hub Token on nightly tests (#9318)
update
parent
61d96c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+5
-5
No files found.
.github/workflows/nightly_tests.yml
View file @
1d4d7187
...
@@ -79,7 +79,7 @@ jobs:
...
@@ -79,7 +79,7 @@ jobs:
python utils/print_env.py
python utils/print_env.py
-
name
:
Pipeline CUDA Test
-
name
:
Pipeline CUDA Test
env
:
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
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
CUBLAS_WORKSPACE_CONFIG
:
:16:8
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
run
:
|
...
@@ -139,7 +139,7 @@ jobs:
...
@@ -139,7 +139,7 @@ jobs:
-
name
:
Run nightly PyTorch CUDA tests for non-pipeline modules
-
name
:
Run nightly PyTorch CUDA tests for non-pipeline modules
if
:
${{ matrix.module != 'examples'}}
if
:
${{ matrix.module != 'examples'}}
env
:
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
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
CUBLAS_WORKSPACE_CONFIG
:
:16:8
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
run
:
|
...
@@ -152,7 +152,7 @@ jobs:
...
@@ -152,7 +152,7 @@ jobs:
-
name
:
Run nightly example tests with Torch
-
name
:
Run nightly example tests with Torch
if
:
${{ matrix.module == 'examples' }}
if
:
${{ matrix.module == 'examples' }}
env
:
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
# https://pytorch.org/docs/stable/notes/randomness.html#avoiding-nondeterministic-algorithms
CUBLAS_WORKSPACE_CONFIG
:
:16:8
CUBLAS_WORKSPACE_CONFIG
:
:16:8
run
:
|
run
:
|
...
@@ -209,7 +209,7 @@ jobs:
...
@@ -209,7 +209,7 @@ jobs:
-
name
:
Run nightly Flax TPU tests
-
name
:
Run nightly Flax TPU tests
env
:
env
:
HF_TOKEN
:
${{ secrets.
HF
_TOKEN }}
HF_TOKEN
:
${{ secrets.
DIFFUSERS_HF_HUB_READ
_TOKEN }}
run
:
|
run
:
|
python -m pytest -n 0 \
python -m pytest -n 0 \
-s -v -k "Flax" \
-s -v -k "Flax" \
...
@@ -264,7 +264,7 @@ jobs:
...
@@ -264,7 +264,7 @@ jobs:
-
name
:
Run Nightly ONNXRuntime CUDA tests
-
name
:
Run Nightly ONNXRuntime CUDA tests
env
:
env
:
HF_TOKEN
:
${{ secrets.
HF
_TOKEN }}
HF_TOKEN
:
${{ secrets.
DIFFUSERS_HF_HUB_READ
_TOKEN }}
run
:
|
run
:
|
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v -k "Onnx" \
-s -v -k "Onnx" \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment