Skip to content

Commit a3e0e5b

Browse files
committed
Add RTX 2060 and RTX 2060 12GB to hardware
1 parent 189d0a9 commit a3e0e5b

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
@@ -310,6 +310,14 @@ export const SKUS = {
310310
tflops: 7.639,
311311
memory: [6],
312312
},
313+
"RTX 2060": {
314+
tflops: 12.90,
315+
memory: [6],
316+
},
317+
"RTX 2060 12GB": {
318+
tflops: 14.36,
319+
memory: [12],
320+
},
313321
"RTX 2060 Mobile": {
314322
tflops: 9.22,
315323
memory: [6],

0 commit comments

Comments
 (0)