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
OpenDAS
diffusers
Commits
c1edb03c
Unverified
Commit
c1edb03c
authored
May 01, 2024
by
Dhruv Nair
Committed by
GitHub
May 01, 2024
Browse files
Fix for pipeline slow test fetcher (#7824)
* update * update
parent
0d083702
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+22
-22
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+1
-1
No files found.
.github/workflows/nightly_tests.yml
View file @
c1edb03c
...
...
@@ -19,7 +19,7 @@ env:
jobs
:
setup_torch_cuda_pipeline_matrix
:
name
:
Setup Torch Pipelines Matrix
runs-on
:
ubuntu-latest
runs-on
:
diffusers/diffusers-pytorch-cpu
outputs
:
pipeline_test_matrix
:
${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
steps
:
...
...
.github/workflows/push_tests.yml
View file @
c1edb03c
...
...
@@ -21,7 +21,7 @@ env:
jobs
:
setup_torch_cuda_pipeline_matrix
:
name
:
Setup Torch Pipelines CUDA Slow Tests Matrix
runs-on
:
ubuntu-latest
runs-on
:
diffusers/diffusers-pytorch-cpu
outputs
:
pipeline_test_matrix
:
${{ steps.fetch_pipeline_matrix.outputs.pipeline_test_matrix }}
steps
:
...
...
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