Skip to content

Commit bb006e8

Browse files
authored
Add 4G memory options for RTX 3050 Mobile (#1867)
About #708 (comment) Just as he said 3050mobile has 4G version https://www.techpowerup.com/gpu-specs/geforce-rtx-3050-mobile.c3788 My laptop is using this GPU <img width="583" height="427" alt="image" src="https://github.com/user-attachments/assets/cdcef402-89c3-41c8-a001-a47339f9b352" />
1 parent dab1d25 commit bb006e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export const SKUS = {
312312
},
313313
"RTX 3050 Mobile": {
314314
tflops: 7.639,
315-
memory: [6],
315+
memory: [4, 6],
316316
},
317317
"RTX 2060": {
318318
tflops: 12.9,

0 commit comments

Comments
 (0)