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 eb24e4b commit 588fb5cCopy full SHA for 588fb5c
.github/workflows/ssh-pr-runner.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
23
container:
24
image: ${{ github.event.inputs.docker_image }}
25
- 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/ --privileged
26
27
steps:
28
- name: Checkout diffusers
0 commit comments