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
on s windows server with 32 cores only 16 are used, on a server with 48 -- 24 are used.
on a server with <=30 cores all cores are used.
i use golang library, and vosk 0.3.45.
what am i doing wrong?
The text was updated successfully, but these errors were encountered:
r-stepanenko
changed the title
vosk works strangely on a windows server wih more then 24 cores
vosk works strangely on a windows server wih more then 30 cores
Aug 13, 2024
Vosk library uses single core for single file decoding, never 30 or 24 cores. Its likely that you have some server code or something like that. You need to provide more details.
on s windows server with 32 cores only 16 are used, on a server with 48 -- 24 are used.
on a server with <=30 cores all cores are used.
i use golang library, and vosk 0.3.45.
what am i doing wrong?
The text was updated successfully, but these errors were encountered: