Skip to content

Commit ce8eda6

Browse files
johkoJohannescoyotte508
authored
Add RTX 2060 Mobile specs (#701)
Adding a GPU poor option 😉 Specs with FP16 according to this page: https://www.techpowerup.com/gpu-specs/geforce-rtx-2060-mobile.c3348 --------- Co-authored-by: Johannes <[email protected]> Co-authored-by: Eliott C <[email protected]>
1 parent 4cc1500 commit ce8eda6

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
@@ -112,6 +112,10 @@ export const SKUS = {
112112
tflops: 16.6,
113113
memory: [8],
114114
},
115+
"RTX 2060 Mobile": {
116+
tflops: 9.22,
117+
memory: [6],
118+
},
115119
},
116120
AMD: {
117121
MI300: {

0 commit comments

Comments
 (0)