-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Can't seem to turn off logs #196
Comments
There is no way to disable all output. Upstream whisper.cpp offers very limited control over this. Your best best is capturing all output with one of the logging hooks included in the crate and disabling whisper.cpp logging entirely. Even then, if you're using one of the specialized compute backends, you will still get some logging printed to stdout/stderr. |
Going to go ahead and close this as an upstream bug, feel free to reopen if you need more help. |
@tazz4843 could you reconsider? I think |
Oh my bad I thought we already did call this fn but clearly not. I'll take a stab at implementing it in a bit. |
See #200 |
I have the following params set which the docs indicate should turn off stdout/stderr noise:
but for some reason I'm still seeing output like the following on my terminal:
The text was updated successfully, but these errors were encountered: