From 588fb5c1050b143176aff4572f3892a166343231 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Thu, 18 Jul 2024 11:00:05 +0530 Subject: [PATCH] SSH into cpu runner fix (#8888) * update * update --- .github/workflows/ssh-pr-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ssh-pr-runner.yml b/.github/workflows/ssh-pr-runner.yml index c7b7a5d631..62ab10f622 100644 --- a/.github/workflows/ssh-pr-runner.yml +++ b/.github/workflows/ssh-pr-runner.yml @@ -22,7 +22,7 @@ jobs: runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci] container: image: ${{ github.event.inputs.docker_image }} - 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 steps: - name: Checkout diffusers