Skip to content

Commit

Permalink
move CI/Cuda runner
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Sep 26, 2024
1 parent 10d4718 commit a0184a4
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 a0184a4

Please sign in to comment.