We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6fc05 commit 1b2ce09Copy full SHA for 1b2ce09
1 file changed
.github/workflows/runner_ci.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
check-cuda:
15
- runs-on: gpu-t4
+ runs-on: gpu-t4-4-core
16
timeout-minutes: 10
17
container:
18
image: nvidia/cuda:12.4.0-devel-ubuntu22.04
@@ -48,7 +48,7 @@ jobs:
48
CUDA_VISIBLE_DEVICES: 0
49
50
check-pytorch:
51
52
53
54
0 commit comments