diff options
author | Guillaume LEGENDRE <glegendre01@gmail.com> | 2024-09-26 17:09:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 17:09:26 +0200 |
commit | a0184a4fe43a0961a5977304c840f03783c3c716 (patch) | |
tree | 96586b918b5c9803b1c6dbb398513caf325e9f43 /.github | |
parent | 10d47183c088ce449da13d74f07171c8106cd6dd (diff) | |
download | candle-a0184a4fe43a0961a5977304c840f03783c3c716.tar.gz candle-a0184a4fe43a0961a5977304c840f03783c3c716.tar.bz2 candle-a0184a4fe43a0961a5977304c840f03783c3c716.zip |
move CI/Cuda runner
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 0c874e24..fc07f112 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -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 |