Skip to content

Commit a78c0bf

Browse files
Om-Alvepcuenca
andauthored
added rtx 3050 mobile and also added 6GB to DEFAULT_MEMORY_OPTIONS (#708)
Added info about RTX 3050 mobile 6GB and also added 6GB to the DEFAULT_MEMORY_OPTIONS list --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent f34baf4 commit a78c0bf

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
@@ -152,6 +152,10 @@ export const SKUS = {
152152
tflops: 12.74,
153153
memory: [12, 8],
154154
},
155+
"RTX 3050 Mobile": {
156+
tflops: 7.639,
157+
memory: [6],
158+
},
155159
"RTX 2060 Mobile": {
156160
tflops: 9.22,
157161
memory: [6],

0 commit comments

Comments
 (0)