Skip to content

Commit

Permalink
Add AMD Ryzen Threadripper 7000 series (#1095)
Browse files Browse the repository at this point in the history
- Adding AMD Ryzen Threadripper 7000 series to the drop-down selection
option.
- Use 10 TFLOPS for this Threadripper generation.
- Update comment to explain we use FP32 results for CPUs

---

And it seems there might be no FP16 or FP32 measurements done yet on
either cpu-monkey.com or techpowerup.com regarding the Threadripper 7000
serie CPUs.

And are like 7 or 8 CPUs in this 7000 series, so I would pick a AMD
Ryzen Threadripper 7970X or AMD Ryzen Threadripper 7980X as a generic
CPU for the whole 7000 serie.
Then again, I have no clue what the tflops would be.


I personally own an AMD Ryzen Threadripper 7960X. Could I do some
benchmark myself? If so, which tool or calculation (stress) test do you
advice to give us a good indication?

---------

Co-authored-by: Julien Chaumond <julien@huggingface.co>
  • Loading branch information
melroy89 and julien-c authored Jan 15, 2025
1 parent f440c77 commit c999114
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit c999114

Please sign in to comment.