Skip to content

Commit 8fe92c7

Browse files
nahidalampcuencacoyotte508
authored
Added NVIDIA V100 GPUs (#706)
Added NVIDIA V100 GPUs --------- Co-authored-by: Pedro Cuenca <[email protected]> Co-authored-by: Eliott C <[email protected]>
1 parent 13890e3 commit 8fe92c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ export const SKUS = {
172172
tflops: 32.62,
173173
memory: [24],
174174
},
175+
V100: {
176+
tflops: 28.26,
177+
memory: [32, 16],
178+
},
175179
},
176180
AMD: {
177181
MI300: {

0 commit comments

Comments
 (0)