diff --git a/packages/tasks/src/hardware.ts b/packages/tasks/src/hardware.ts index 48e24a2426..250670f53a 100644 --- a/packages/tasks/src/hardware.ts +++ b/packages/tasks/src/hardware.ts @@ -533,6 +533,9 @@ export const SKUS = { "Intel Core Ultra 7 265KF": { tflops: 1.53, }, + "Intel Core 14th Generation (i7)": { + tflops: 0.8, + }, "Intel Core 13th Generation (i9)": { tflops: 0.85, },