Skip to content

Commit

Permalink
Merge pull request huggingface#2507 from huggingface/ci-move
Browse files Browse the repository at this point in the history
move CI/Cuda runner
  • Loading branch information
glegendre01 committed Sep 26, 2024
2 parents 10d4718 + a0184a4 commit c3c392f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on: [single-gpu, nvidia-gpu, t4, ci]
runs-on:
group: aws-g4dn-2xlarge
container:
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
options: --gpus 0
Expand Down

0 comments on commit c3c392f

Please sign in to comment.