Compare commits

...

3 Commits

Author SHA1 Message Date
88edd29eda skip 2024-10-11 09:30:42 +02:00
b335570fb4 update 2024-10-10 14:42:16 +02:00
db3b9e1915 update 2024-10-10 14:38:40 +02:00

View File

@ -1,6 +1,9 @@
name: SSH into our runners
on:
push:
branches:
- update_ssh
workflow_dispatch:
inputs:
runner_type:
@ -28,9 +31,10 @@ env:
jobs:
ssh_runner:
name: "SSH"
runs-on: ["${{ github.event.inputs.num_gpus }}-gpu", nvidia-gpu, "${{ github.event.inputs.runner_type }}", ci]
runs-on:
group: aws-g4dn-2xlarge-cache
container:
image: ${{ github.event.inputs.docker_image }}
image: huggingface/transformers-all-latest-gpu-test
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps: