tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
607 stars 105 forks source link

Add some logging utilities to capture whisper.cpp output #112

Closed tazz4843 closed 3 months ago

thewh1teagle commented 5 months ago

The module whisper_sys_log is private not sure how should I use it. Tried to install your branch with the features enabled and it didn't worked.

thewh1teagle commented 5 months ago

I cloned your repo, make the modules public but still it doesn't hide it

image

tazz4843 commented 5 months ago

To be clear, you did call at least one of install_whisper_log_trampoline or install_whisper_tracing_trampoline?

thewh1teagle commented 5 months ago

Yes

tazz4843 commented 3 months ago

Gonna go ahead and merge, hopefully it's resolved with some fixes from other PRs. If not, let me know and I'll go ahead and dig into it.