Skip to content

Commit 3c85a57

Browse files
DN6sayakpaul
andauthored
Update CI cache (#7832)
update Co-authored-by: Sayak Paul <[email protected]>
1 parent 03ca113 commit 3c85a57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/push_tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: [single-gpu, nvidia-gpu, t4, ci]
6363
container:
6464
image: diffusers/diffusers-pytorch-cuda
65-
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0 --privileged
65+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0 --privileged
6666
steps:
6767
- name: Checkout diffusers
6868
uses: actions/checkout@v3
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: docker-gpu
120120
container:
121121
image: diffusers/diffusers-pytorch-cuda
122-
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
122+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0
123123
defaults:
124124
run:
125125
shell: bash
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: docker-gpu
172172
container:
173173
image: diffusers/diffusers-pytorch-cuda
174-
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
174+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0
175175
defaults:
176176
run:
177177
shell: bash
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: docker-tpu
222222
container:
223223
image: diffusers/diffusers-flax-tpu
224-
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --privileged
224+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --privileged
225225
defaults:
226226
run:
227227
shell: bash
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: docker-gpu
269269
container:
270270
image: diffusers/diffusers-onnxruntime-cuda
271-
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
271+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0
272272
defaults:
273273
run:
274274
shell: bash
@@ -317,7 +317,7 @@ jobs:
317317

318318
container:
319319
image: diffusers/diffusers-pytorch-compile-cuda
320-
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
320+
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
321321

322322
steps:
323323
- name: Checkout diffusers
@@ -358,7 +358,7 @@ jobs:
358358

359359
container:
360360
image: diffusers/diffusers-pytorch-xformers-cuda
361-
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
361+
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
362362

363363
steps:
364364
- name: Checkout diffusers
@@ -399,7 +399,7 @@ jobs:
399399

400400
container:
401401
image: diffusers/diffusers-pytorch-cuda
402-
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
402+
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
403403

404404
steps:
405405
- name: Checkout diffusers

0 commit comments

Comments
 (0)