You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using Whisper for a couple years now with my 4 core Intel box. 4-6 is the "sweet spot" for number of threads. I just got a new box with 20 cores. Since we get diminishing returns, I do not see that much of an improvement. Is there something that could be improved with the threading architecture? The builds that use GPUs are much faster. Am I to assume that the threading model is different due to the fact GPUs have many cores? I've looked at the ggml code a bit, but it's way over my head, so someone with much greater knowledge than me would have to take a look at it. When I use Resource Monitor in Windows, my 20 cores are hardly being used.
I might add that I use the Parallel Patterns Library (PPL) in other projects, it makes things really easy....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using Whisper for a couple years now with my 4 core Intel box. 4-6 is the "sweet spot" for number of threads. I just got a new box with 20 cores. Since we get diminishing returns, I do not see that much of an improvement. Is there something that could be improved with the threading architecture? The builds that use GPUs are much faster. Am I to assume that the threading model is different due to the fact GPUs have many cores? I've looked at the ggml code a bit, but it's way over my head, so someone with much greater knowledge than me would have to take a look at it. When I use Resource Monitor in Windows, my 20 cores are hardly being used.
I might add that I use the Parallel Patterns Library (PPL) in other projects, it makes things really easy....
Beta Was this translation helpful? Give feedback.
All reactions