CPU optimizaton for Whisper.Net #343
Unanswered
shishirsasal8
asked this question in
Q&A
Replies: 1 comment
-
Hello @shishirsasal8 , You can either use lower models (e.g. Tiny, etc). but the quality will degrate or you can use less threads (see method Regarding optimizations, they are done on whisper.cpp (a lot of them, based on the runtime and the available resources). You can also check vulkan and openvino builds which might use the integrated graphics for various processors on low laptop configurations (but you'll need to test individually). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using whisper.net in my Windows application. This application is for people working from home with low laptop configuration. Currently, whisper.net is taking 50% CPU when it is processing speech to text, is there a way I can optimize the CPU usage?
Thanks in Advance, please allow me to give more details if required,
Beta Was this translation helpful? Give feedback.
All reactions