Skip to content

Commit

Permalink
Update hardware.ts to include Apple M4 Pro 64 GB (#1078)
Browse files Browse the repository at this point in the history
The Apple M4 Pro is available with 64 GB of unified memory in the Mac
Mini:
https://www.apple.com/shop/buy-mac/mac-mini/apple-m4-pro-chip-with-12-core-cpu-16-core-gpu-24gb-memory-512gb#
  • Loading branch information
MarcGruener authored Dec 17, 2024
1 parent 5e30578 commit 8d52bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export const SKUS = {
},
"Apple M4 Pro": {
tflops: 9.2,
memory: [24, 48],
memory: [24, 48, 64],
},
"Apple M4 Max": {
tflops: 18.4,
Expand Down

0 comments on commit 8d52bb7

Please sign in to comment.