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 was testing the latest RC version and noticed that the stop method is broken on iOS since 0.4.0-rc.5. Also, it appears that the stop method issue on Android has not been resolved with #143.
Is there a new method to abort the transcription of a file instead of using stop() ?
The text was updated successfully, but these errors were encountered:
Due to recent whisper.cpp changes, the abort callback is not used in ggml_graph_compute_helper anymore. The abort_callback only used in whisper_encode_internal / whisper_decode_internal now.
@jhen0409 Do you have any update on this? Just tried out the newest RC and having the gpu optional available is incredibly great. Sadly this issue is a real blocker for a full 4.0 release.
Any help needed from the community? If so it would be nice to have a few extra pointers on this.
I was testing the latest RC version and noticed that the stop method is broken on iOS since 0.4.0-rc.5. Also, it appears that the stop method issue on Android has not been resolved with #143.
Is there a new method to abort the transcription of a file instead of using stop() ?
The text was updated successfully, but these errors were encountered: