File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments