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
chenpangpang
transformers
Commits
e9b16354
Unverified
Commit
e9b16354
authored
Apr 25, 2024
by
Younes Belkada
Committed by
GitHub
Apr 25, 2024
Browse files
FIX / Workflow: Fix SSH workflow bug (#30474)
Update ssh-runner.yml
parent
cd0cd12a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/ssh-runner.yml
.github/workflows/ssh-runner.yml
+2
-2
No files found.
.github/workflows/ssh-runner.yml
View file @
e9b16354
...
...
@@ -24,8 +24,8 @@ env:
jobs
:
ssh_runner
:
name
:
SSH
runs-on
:
[
single-gpu
,
nvidia-gpu
,
$
{{
github.event.inputs.runner_type
}},
ci
]
name
:
"
SSH
"
runs-on
:
[
single-gpu
,
nvidia-gpu
,
"
${{
github.event.inputs.runner_type
}}
"
,
ci
]
container
:
image
:
${{ github.event.inputs.docker_image }}
options
:
--gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
...
...
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