File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
runs-on : [single-gpu, nvidia-gpu, t4, ci]
62
62
container :
63
63
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
65
65
steps :
66
66
- name : Checkout diffusers
67
67
uses : actions/checkout@v3
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : [single-gpu, nvidia-gpu, t4, ci]
119
119
container :
120
120
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
122
122
defaults :
123
123
run :
124
124
shell : bash
@@ -170,7 +170,7 @@ jobs:
170
170
runs-on : [single-gpu, nvidia-gpu, t4, ci]
171
171
container :
172
172
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
174
174
defaults :
175
175
run :
176
176
shell : bash
You can’t perform that action at this time.
0 commit comments