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
Hello! Thank you for this work again! I tried to run the example exactly https://github.com/thewh1teagle/sherpa-rs/blob/main/examples/diarize.rs here with:
"
let segment_model_path = "model.onnx"; //latest seg. model from sherpa...
let embedding_model_path = "wespeaker_en_voxceleb_CAM++.onnx";
let wav_path = "normalized_audio.wav";"
yes, it still persists. Also, I see this on the pyannote too and maybe whisper-rs related thing.
I've never seen it on Windows either. It's like a “warning” message that only appears on macos and it's very difficult to understand its origin.
note: Since it doesn't prevent the code from working and doesn't cause a major “leak” (at least as far as I can see), I didn't care too much, but I wanted to let you know anyway. :-)
Hello! Thank you for this work again! I tried to run the example exactly https://github.com/thewh1teagle/sherpa-rs/blob/main/examples/diarize.rs here with:
"
let segment_model_path = "model.onnx"; //latest seg. model from sherpa...
let embedding_model_path = "wespeaker_en_voxceleb_CAM++.onnx";
let wav_path = "normalized_audio.wav";"
Context leak detected, msgtracer returned -1
Context leak detected, msgtracer returned -1
Context leak detected, msgtracer returned -1
🗣️ Diarizing... 0% 🎯
Context leak detected, msgtracer returned -1
Context leak detected, msgtracer returned -1
🗣️ Diarizing... 0% 🎯
🗣️ Diarizing... 0% 🎯
🗣️ Diarizing... 1% 🎯
🗣️ Diarizing... 1% 🎯
🗣️ Diarizing... 1% 🎯
🗣️ Diarizing... 1% 🎯
🗣️ Diarizing... 2% 🎯
🗣️ Diarizing... 2% 🎯
The code works without any problems. However, I wanted to bring this warning message to your attention.
The text was updated successfully, but these errors were encountered: