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
I couldn't repro the crash after using the latest master branch, so I'd say it's fixed.
Also the random behavior was consistant with an uninitialized variable.
I'm using whisper.cpp as a C++ library in macOS 12.6 arm (macbook air M1), with the base and small multilingual models.
I'm processing audio chunks ranging from 3 to 20 seconds or so.
Sometime I randomly get this error (crashing my application):
ggml_new_tensor_impl: not enough space in the scratch memory
which points to this:
whisper.cpp/ggml.c
Line 1654 in 373043c
However I have no idea what I can do to help with this issue ?
The text was updated successfully, but these errors were encountered: