Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vosk works strangely on a windows server wih more then 30 cores #1619

Open
r-stepanenko opened this issue Aug 12, 2024 · 1 comment
Open

Comments

@r-stepanenko
Copy link

r-stepanenko commented Aug 12, 2024

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?

@r-stepanenko 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
@nshmyrev
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants