Brian Murray

Results 6 comments of Brian Murray

This should just be a warming. Its an outdated API in libav. It can be safely removed without causing any issues in later versions, but will cause problems in older...

I'm running into this issue as well. If theres pauses, or the audio starts several seconds in, it "stretches" it over that silent part. I'm not sure where to even...

The method used to get per-word timestamps is pretty bad. The python version is substantially better. I'm struggling to sort out how to do it in the Whisper.CPP version, but...

I think the roadmap is pretty open to whatever you want to contribute. I don't know of anyone else working on it. I did take a look at trying to...

This works for me, but is the desired behaviour for it to download several gigs of model data every time the container runs? I feel theres a bug here somewhere....

After some debugging, it looks like its not really the Docker image thats the issue, but how Huggingface caches the transformers. I solved it by mounting a volume to /cache...