We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a9828 commit 639fd12Copy full SHA for 639fd12
.github/workflows/ssh-runner.yml
@@ -31,7 +31,7 @@ jobs:
31
group: "${{ github.event.inputs.runner_type }}"
32
container:
33
image: ${{ github.event.inputs.docker_image }}
34
- options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0 --privileged
+ options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus all --privileged
35
36
steps:
37
- name: Checkout diffusers
0 commit comments