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