Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
7fa3e5b0
Unverified
Commit
7fa3e5b0
authored
May 06, 2024
by
Guillaume LEGENDRE
Committed by
GitHub
May 06, 2024
Browse files
Ci - change cache folder (#7867)
parent
49b959b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+3
-3
No files found.
.github/workflows/push_tests.yml
View file @
7fa3e5b0
...
...
@@ -61,7 +61,7 @@ jobs:
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0 --privileged
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface
/diffusers
:/mnt/cache/ --gpus 0 --privileged
steps
:
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
...
...
@@ -118,7 +118,7 @@ jobs:
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus
0
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface
/diffusers
:/mnt/cache/ --gpus
0
defaults
:
run
:
shell
:
bash
...
...
@@ -170,7 +170,7 @@ jobs:
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cuda
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus
0
options
:
--shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface
/diffusers
:/mnt/cache/ --gpus
0
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