Skip to content

Commit 7d34694

Browse files
Archsage1pcuenca
andauthored
Update hardware.ts (#1197)
Add RTX40 Laptop GPU --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 2707885 commit 7d34694

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,26 @@ export const SKUS = {
212212
tflops: 22.06,
213213
memory: [8, 16],
214214
},
215-
"RTX 4060 Mobile": {
215+
"RTX 4090 Laptop": {
216+
tflops: 32.98,
217+
memory: [16],
218+
},
219+
"RTX 4080 Laptop": {
220+
tflops: 24.72,
221+
memory: [12],
222+
},
223+
"RTX 4070 Laptop": {
224+
tflops: 15.62,
225+
memory: [8],
226+
},
227+
"RTX 4060 Laptop": {
216228
tflops: 11.61,
217229
memory: [8],
218230
},
231+
"RTX 4050 Laptop": {
232+
tflops: 8.9,
233+
memory: [6],
234+
},
219235
"RTX 3090": {
220236
tflops: 35.58,
221237
memory: [24],

0 commit comments

Comments
 (0)