mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
move CI/Cuda runner
This commit is contained in:

committed by
GitHub

parent
10d47183c0
commit
a0184a4fe4
3
.github/workflows/ci_cuda.yaml
vendored
3
.github/workflows/ci_cuda.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user