6161 group : aws-g4dn-2xlarge
6262 container :
6363 image : diffusers/diffusers-pytorch-cuda
64- options : --shm-size "16gb" --ipc host --gpus 0
64+ options : --shm-size "16gb" --ipc host --gpus all
6565 steps :
6666 - name : Checkout diffusers
6767 uses : actions/checkout@v3
@@ -107,7 +107,7 @@ jobs:
107107 group : aws-g4dn-2xlarge
108108 container :
109109 image : diffusers/diffusers-pytorch-cuda
110- options : --shm-size "16gb" --ipc host --gpus 0
110+ options : --shm-size "16gb" --ipc host --gpus all
111111 defaults :
112112 run :
113113 shell : bash
@@ -178,7 +178,7 @@ jobs:
178178
179179 container :
180180 image : diffusers/diffusers-pytorch-cuda
181- options : --gpus 0 --shm-size "16gb" --ipc host
181+ options : --gpus all --shm-size "16gb" --ipc host
182182
183183 steps :
184184 - name : Checkout diffusers
@@ -222,7 +222,7 @@ jobs:
222222 group : aws-g6e-xlarge-plus
223223 container :
224224 image : diffusers/diffusers-pytorch-cuda
225- options : --shm-size "16gb" --ipc host --gpus 0
225+ options : --shm-size "16gb" --ipc host --gpus all
226226 steps :
227227 - name : Checkout diffusers
228228 uses : actions/checkout@v3
@@ -270,7 +270,7 @@ jobs:
270270 group : aws-g4dn-2xlarge
271271 container :
272272 image : diffusers/diffusers-pytorch-minimum-cuda
273- options : --shm-size "16gb" --ipc host --gpus 0
273+ options : --shm-size "16gb" --ipc host --gpus all
274274 defaults :
275275 run :
276276 shell : bash
@@ -333,7 +333,7 @@ jobs:
333333 additional_deps : ["peft"]
334334 - backend : " gguf"
335335 test_location : " gguf"
336- additional_deps : ["peft"]
336+ additional_deps : ["peft", "kernels" ]
337337 - backend : " torchao"
338338 test_location : " torchao"
339339 additional_deps : []
@@ -344,7 +344,7 @@ jobs:
344344 group : aws-g6e-xlarge-plus
345345 container :
346346 image : diffusers/diffusers-pytorch-cuda
347- options : --shm-size "20gb" --ipc host --gpus 0
347+ options : --shm-size "20gb" --ipc host --gpus all
348348 steps :
349349 - name : Checkout diffusers
350350 uses : actions/checkout@v3
@@ -396,7 +396,7 @@ jobs:
396396 group : aws-g6e-xlarge-plus
397397 container :
398398 image : diffusers/diffusers-pytorch-cuda
399- options : --shm-size "20gb" --ipc host --gpus 0
399+ options : --shm-size "20gb" --ipc host --gpus all
400400 steps :
401401 - name : Checkout diffusers
402402 uses : actions/checkout@v3
0 commit comments