We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4b86e commit 76b31feCopy full SHA for 76b31fe
ci/matrix.yaml
@@ -278,13 +278,13 @@ projects:
278
279
# testing -> Runner with GPU is in a nv-gh-runners testing pool
280
gpus:
281
- v100: { sm: 70 } # 32 GB, 40 runners
282
- t4: { sm: 75, testing: true } # 16 GB, 8 runners
283
- rtx2080: { sm: 75, testing: true } # 8 GB, 8 runners
284
- rtxa6000: { sm: 86, testing: true } # 48 GB, 12 runners
285
- l4: { sm: 89, testing: true } # 24 GB, 48 runners
286
- rtx4090: { sm: 89, testing: true } # 24 GB, 10 runners
287
- h100: { sm: 90, testing: true } # 80 GB, 16 runners
+ v100: { sm: 70 } # 32 GB, 40 runners
+ t4: { sm: 75 } # 16 GB, 10 runners
+ rtx2080: { sm: 75 } # 8 GB, 12 runners
+ rtxa6000: { sm: 86 } # 48 GB, 12 runners
+ l4: { sm: 89 } # 24 GB, 48 runners
+ rtx4090: { sm: 89 } # 24 GB, 10 runners
+ h100: { sm: 90 } # 80 GB, 16 runners
288
289
# Tags are used to define a `matrix job` in the workflow section.
290
#
0 commit comments