diff --git a/packages/tasks/src/hardware.ts b/packages/tasks/src/hardware.ts index f0c5a4ff6..be98b7c2b 100644 --- a/packages/tasks/src/hardware.ts +++ b/packages/tasks/src/hardware.ts @@ -14,7 +14,7 @@ export const TFLOPS_THRESHOLD_EU_AI_ACT_MODEL_TRAINING_TOTAL = 10 ** 13; export interface HardwareSpec { /** - * Approximate value, in FP16 whenever possible. + * Approximate value, in FP16 whenever possible for GPUs and FP32 for CPUs. * This is only approximate/theoretical and shouldn't be taken too seriously. * Currently the CPU values are from cpu-monkey.com * while the GPU values are from techpowerup.com @@ -420,6 +420,9 @@ export const SKUS = { "EPYC 1st Generation (Naples)": { tflops: 0.6, }, + "Ryzen Zen 4 7000 (Threadripper)": { + tflops: 10.0, + }, "Ryzen Zen4 7000 (Ryzen 9)": { tflops: 0.56, },