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
c0242188
Unverified
Commit
c0242188
authored
Apr 29, 2024
by
Yih-Dar
Committed by
GitHub
Apr 29, 2024
Browse files
Update runner tag for PR slow CI (#30535)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
bdbe1662
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/self-new-model-pr-caller.yml
.github/workflows/self-new-model-pr-caller.yml
+1
-1
No files found.
.github/workflows/self-new-model-pr-caller.yml
View file @
c0242188
...
@@ -46,7 +46,7 @@ jobs:
...
@@ -46,7 +46,7 @@ jobs:
matrix
:
matrix
:
folders
:
[
"
${{
needs.check_for_new_model.outputs.new_model
}}"
]
folders
:
[
"
${{
needs.check_for_new_model.outputs.new_model
}}"
]
machine_type
:
[
single-gpu
,
multi-gpu
]
machine_type
:
[
single-gpu
,
multi-gpu
]
runs-on
:
[
'
${{
matrix.machine_type
}}'
,
nvidia-gpu
,
t4
,
daily-
ci
]
runs-on
:
[
'
${{
matrix.machine_type
}}'
,
nvidia-gpu
,
t4
,
ci
]
container
:
container
:
image
:
huggingface/transformers-all-latest-gpu
image
:
huggingface/transformers-all-latest-gpu
options
:
--gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options
:
--gpus all --shm-size "16gb" --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