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
Many important logs from whisper/ggml are missing. for instance when vulkan init failed, due to out of memory issues or similar.
It shows them in stderr but It doesn't get captured in log/tracing.
Maybe we're missing another callback we should register to catch more logs? eg. from ggml?
For instance in the following issue: thewh1teagle/vibe#360
I had to run it from the terminal to see stderr from whisper.cpp / ggml and only then I understood that it's due to memory issue.
The text was updated successfully, but these errors were encountered:
Many important logs from whisper/ggml are missing. for instance when vulkan init failed, due to out of memory issues or similar.
It shows them in stderr but It doesn't get captured in log/tracing.
Maybe we're missing another callback we should register to catch more logs? eg. from ggml?
For instance in the following issue:
thewh1teagle/vibe#360
I had to run it from the terminal to see stderr from whisper.cpp / ggml and only then I understood that it's due to memory issue.
The text was updated successfully, but these errors were encountered: