Skip to content

Commit c925df8

Browse files
gary149pcuenca
andauthored
hardware: add M3 Ultra (#1304)
If you can check the TFLOPS value @pcuenca --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent ba6e1a8 commit c925df8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,10 @@ export const SKUS = {
580580
tflops: 14.2,
581581
memory: [36, 48, 64, 96, 128],
582582
},
583+
"Apple M3 Ultra": {
584+
tflops: 28.4,
585+
memory: [96, 256, 512],
586+
},
583587
"Apple M4": {
584588
tflops: 4.6,
585589
memory: [16, 24, 32],
@@ -590,7 +594,7 @@ export const SKUS = {
590594
},
591595
"Apple M4 Max": {
592596
tflops: 18.4,
593-
memory: [36, 48, 64, 128],
597+
memory: [36, 48, 64, 96, 128, 256, 512],
594598
},
595599
},
596600
},

0 commit comments

Comments
 (0)