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
4efb4db9
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "403bded358315036e6476359a08c6585b1b2dcf6"
Unverified
Commit
4efb4db9
authored
Aug 04, 2025
by
Sayak Paul
Committed by
GitHub
Aug 04, 2025
Browse files
enable all gpus when running ci. (#12062)
parent
639fd12a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+1
-1
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+4
-4
.github/workflows/pr_tests_gpu.yml
.github/workflows/pr_tests_gpu.yml
+2
-2
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+2
-2
.github/workflows/release_tests_fast.yml
.github/workflows/release_tests_fast.yml
+3
-3
No files found.
.github/workflows/benchmark.yml
View file @
4efb4db9
...
...
@@ -25,7 +25,7 @@ jobs:
group
:
aws-g6e-4xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
.github/workflows/nightly_tests.yml
View file @
4efb4db9
...
...
@@ -61,7 +61,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -107,7 +107,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
@@ -222,7 +222,7 @@ jobs:
group
:
aws-g6e-xlarge-plus
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -270,7 +270,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-minimum-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
.github/workflows/pr_tests_gpu.yml
View file @
4efb4db9
...
...
@@ -118,7 +118,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -183,7 +183,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
.github/workflows/push_tests.yml
View file @
4efb4db9
...
...
@@ -64,7 +64,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -109,7 +109,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
.github/workflows/release_tests_fast.yml
View file @
4efb4db9
...
...
@@ -62,7 +62,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -107,7 +107,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
@@ -163,7 +163,7 @@ jobs:
group
:
aws-g4dn-2xlarge
container
:
image
:
diffusers/diffusers-pytorch-minimum-cuda
options
:
--shm-size "16gb" --ipc host --gpus
0
options
:
--shm-size "16gb" --ipc host --gpus
all
defaults
:
run
:
shell
:
bash
...
...
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