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
7a7a4873
Unverified
Commit
7a7a4873
authored
Aug 04, 2025
by
Sayak Paul
Committed by
GitHub
Aug 04, 2025
Browse files
fix the rest for all GPUs in CI (#12064)
fix the rest
parent
4efb4db9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+3
-3
.github/workflows/pr_tests_gpu.yml
.github/workflows/pr_tests_gpu.yml
+1
-1
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+3
-3
.github/workflows/release_tests_fast.yml
.github/workflows/release_tests_fast.yml
+3
-3
.github/workflows/run_tests_from_a_pr.yml
.github/workflows/run_tests_from_a_pr.yml
+1
-1
No files found.
.github/workflows/nightly_tests.yml
View file @
7a7a4873
...
@@ -178,7 +178,7 @@ jobs:
...
@@ -178,7 +178,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
@@ -344,7 +344,7 @@ jobs:
...
@@ -344,7 +344,7 @@ jobs:
group
:
aws-g6e-xlarge-plus
group
:
aws-g6e-xlarge-plus
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "20gb" --ipc host --gpus
0
options
:
--shm-size "20gb" --ipc host --gpus
all
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
@@ -396,7 +396,7 @@ jobs:
...
@@ -396,7 +396,7 @@ jobs:
group
:
aws-g6e-xlarge-plus
group
:
aws-g6e-xlarge-plus
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "20gb" --ipc host --gpus
0
options
:
--shm-size "20gb" --ipc host --gpus
all
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.github/workflows/pr_tests_gpu.yml
View file @
7a7a4873
...
@@ -253,7 +253,7 @@ jobs:
...
@@ -253,7 +253,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.github/workflows/push_tests.yml
View file @
7a7a4873
...
@@ -167,7 +167,7 @@ jobs:
...
@@ -167,7 +167,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
@@ -210,7 +210,7 @@ jobs:
...
@@ -210,7 +210,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-xformers-cuda
image
:
diffusers/diffusers-pytorch-xformers-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
@@ -252,7 +252,7 @@ jobs:
...
@@ -252,7 +252,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
...
.github/workflows/release_tests_fast.yml
View file @
7a7a4873
...
@@ -222,7 +222,7 @@ jobs:
...
@@ -222,7 +222,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
@@ -265,7 +265,7 @@ jobs:
...
@@ -265,7 +265,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-xformers-cuda
image
:
diffusers/diffusers-pytorch-xformers-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
@@ -307,7 +307,7 @@ jobs:
...
@@ -307,7 +307,7 @@ jobs:
container
:
container
:
image
:
diffusers/diffusers-pytorch-cuda
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus
0
--shm-size "16gb" --ipc host
options
:
--gpus
all
--shm-size "16gb" --ipc host
steps
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
...
.github/workflows/run_tests_from_a_pr.yml
View file @
7a7a4873
...
@@ -30,7 +30,7 @@ jobs:
...
@@ -30,7 +30,7 @@ jobs:
group
:
aws-g4dn-2xlarge
group
:
aws-g4dn-2xlarge
container
:
container
:
image
:
${{ github.event.inputs.docker_image }}
image
:
${{ github.event.inputs.docker_image }}
options
:
--gpus
0
--privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options
:
--gpus
all
--privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps
:
steps
:
-
name
:
Validate test files input
-
name
:
Validate test files input
...
...
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