Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
588fb5c1
Unverified
Commit
588fb5c1
authored
Jul 18, 2024
by
Dhruv Nair
Committed by
GitHub
Jul 18, 2024
Browse files
SSH into cpu runner fix (#8888)
* update * update
parent
eb24e4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/ssh-pr-runner.yml
.github/workflows/ssh-pr-runner.yml
+1
-1
No files found.
.github/workflows/ssh-pr-runner.yml
View file @
588fb5c1
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
runs-on
:
[
self-hosted
,
intel-cpu
,
32-cpu
,
256-ram
,
ci
]
runs-on
:
[
self-hosted
,
intel-cpu
,
32-cpu
,
256-ram
,
ci
]
container
:
container
:
image
:
${{ github.event.inputs.docker_image }}
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
:
steps
:
-
name
:
Checkout diffusers
-
name
:
Checkout diffusers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment