Skip to content

Commit e4ff682

Browse files
committed
Add Apple M5 specs to SKUS hardware list
Introduced Apple M5 with its TFLOPS and memory options to the SKUS hardware specification object.
1 parent bb963bd commit e4ff682

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
@@ -758,6 +758,10 @@ export const SKUS = {
758758
tflops: 18.4,
759759
memory: [36, 48, 64, 96, 128, 256, 512],
760760
},
761+
"Apple M5": {
762+
tflops: 5.7,
763+
memory: [16, 24, 32],
764+
},
761765
},
762766
},
763767
} satisfies Record<string, Record<string, Record<string, HardwareSpec>>>;

0 commit comments

Comments
 (0)