Skip to content

Commit 909ef85

Browse files
DN6sayakpaul
authored andcommitted
SSH into cpu runner fix (#8888)
* update * update
1 parent c6dd95a commit 909ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ssh-pr-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
2323
container:
2424
image: ${{ github.event.inputs.docker_image }}
25-
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0 --privileged
25+
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --privileged
2626

2727
steps:
2828
- name: Checkout diffusers

0 commit comments

Comments
 (0)