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
3c85a572
Unverified
Commit
3c85a572
authored
May 02, 2024
by
Dhruv Nair
Committed by
GitHub
May 02, 2024
Browse files
Update CI cache (#7832)
update Co-authored-by:
Sayak Paul
<
spsayakpaul@gmail.com
>
parent
03ca1131
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+8
-8
No files found.
.github/workflows/push_tests.yml
View file @
3c85a572
...
...
@@ -62,7 +62,7 @@ jobs:
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/ --gpus 0 --privileged
options
:
--shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/ --gpus 0 --privileged
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -119,7 +119,7 @@ jobs:
runs-on
:
docker-gpu
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/ --gpus
0
options
:
--shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/ --gpus
0
defaults
:
run
:
shell
:
bash
...
...
@@ -171,7 +171,7 @@ jobs:
runs-on
:
docker-gpu
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/ --gpus
0
options
:
--shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/ --gpus
0
defaults
:
run
:
shell
:
bash
...
...
@@ -221,7 +221,7 @@ jobs:
runs-on
:
docker-tpu
container
:
image
:
diffusers/diffusers-flax-tpu
options
:
--shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/ --privileged
options
:
--shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/ --privileged
defaults
:
run
:
shell
:
bash
...
...
@@ -268,7 +268,7 @@ jobs:
runs-on
:
docker-gpu
container
:
image
:
diffusers/diffusers-onnxruntime-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/ --gpus
0
options
:
--shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/ --gpus
0
defaults
:
run
:
shell
:
bash
...
...
@@ -317,7 +317,7 @@ jobs:
container
:
image
:
diffusers/diffusers-pytorch-compile-cuda
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/
steps
:
-
name
:
Checkout diffusers
...
...
@@ -358,7 +358,7 @@ jobs:
container
:
image
:
diffusers/diffusers-pytorch-xformers-cuda
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/
steps
:
-
name
:
Checkout diffusers
...
...
@@ -399,7 +399,7 @@ jobs:
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/
hf_
cache:/mnt/cache/
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/cach
e/.cache/huggingfac
e:/mnt/cache/
steps
:
-
name
:
Checkout diffusers
...
...
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