Skip to content

Commit 7fa3e5b

Browse files
authored
Ci - change cache folder (#7867)
1 parent 49b959b commit 7fa3e5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: [single-gpu, nvidia-gpu, t4, ci]
6262
container:
6363
image: diffusers/diffusers-pytorch-cuda
64-
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0 --privileged
64+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0 --privileged
6565
steps:
6666
- name: Checkout diffusers
6767
uses: actions/checkout@v3
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: [single-gpu, nvidia-gpu, t4, ci]
119119
container:
120120
image: diffusers/diffusers-pytorch-cuda
121-
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0
121+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0
122122
defaults:
123123
run:
124124
shell: bash
@@ -170,7 +170,7 @@ jobs:
170170
runs-on: [single-gpu, nvidia-gpu, t4, ci]
171171
container:
172172
image: diffusers/diffusers-pytorch-cuda
173-
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --gpus 0
173+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0
174174
defaults:
175175
run:
176176
shell: bash

0 commit comments

Comments
 (0)