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
When not using whisper-rs it works but when adding it to the same project and import it, it crash.
This line cause the usage example in this repo to crash. without it works
use whisper_rs::{FullParams,SamplingStrategy,WhisperContext,WhisperContextParameters,WhisperState,};
It doesn't just crash, but the process keep running (although it looks like it stopped in the terminal) and the GPU remain on 100%. I have to reboot after it.
I suspect that it's some conflicts with GGML.
OS: macOS 14.5
Hardware: mac mini m1
The text was updated successfully, but these errors were encountered:
I use
whisper-rs
crate along withllama-cpp-rs
and the program crash onWhen not using
whisper-rs
it works but when adding it to the same project and import it, it crash.This line cause the usage example in this repo to crash. without it works
It doesn't just crash, but the process keep running (although it looks like it stopped in the terminal) and the GPU remain on 100%. I have to reboot after it.
I suspect that it's some conflicts with GGML.
OS: macOS 14.5
Hardware: mac mini m1
The text was updated successfully, but these errors were encountered: