Skip to content

Commit 47b7e5c

Browse files
authored
Apple MacBook Neo (#2070)
Source: https://nanoreview.net/en/laptop/apple-macbook-neo cc @gary149 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is a small data-only addition to the hardware SKU list with no logic changes. > > **Overview** > Adds an `Apple MacBook Neo` entry under `Apple Silicon` in `packages/tasks/src/hardware.ts`, including its estimated `tflops` (1.9) and supported `memory` option ([8]). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 314a2ad. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ae25f97 commit 47b7e5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ export const SKUS = {
250250
},
251251
"Apple Silicon": {
252252
"-": {
253+
"Apple MacBook Neo": {
254+
tflops: 1.9,
255+
memory: [8],
256+
},
253257
"Apple M1": {
254258
tflops: 2.6,
255259
memory: [8, 16],

0 commit comments

Comments
 (0)