Skip to content

Commit e94fd2f

Browse files
fuutottcoyotte508
andauthored
Update hardware.ts (#1325)
Adding RTX PRO 6000. Data sourced from https://www.techpowerup.com/gpu-specs/nvidia-gb202.g1072 Co-authored-by: Eliott C. <[email protected]>
1 parent f8e6340 commit e94fd2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ export const SKUS = {
6060
tflops: 30.29,
6161
memory: [24],
6262
},
63+
"RTX PRO 6000 WS": {
64+
tflops: 126,
65+
memory: [96],
66+
},
67+
"RTX PRO 6000 Max-Q": {
68+
tflops: 116,
69+
memory: [96],
70+
},
6371
"RTX 6000 Ada": {
6472
tflops: 91.1,
6573
memory: [48],

0 commit comments

Comments
 (0)