Olicorne
Olicorne
I notice that pydub seems to be in the requirements but is nowhere used?
You're mistaken, you're not inputing the modelname as Systran is just the name of the repo of the guy how makes faster whisper. I have this in my docker compose:...
It's probably worth adding an example in the yaml file
I'm not the owner of this repo so I'll leave that up to them :)
Well I'm definitely encountering this issue now. It happened when I switched to large v3 but might have nothing to do with that since reusing my previous config does not...
(Very sorry for bothering you @fedirz but because this issue was closed in the past I'm afraid you would miss it when catching up so I'm humbly notifying you and...
Hi everyone, I still have this issue so did a workaround: ```yaml whisper_watcher: image: docker:dind volumes: - /var/run/docker.sock:/var/run/docker.sock - ./jfk.mp3:/jfk.mp3 command: | sh -c ' docker events \ --filter "type=container"...
Thanks. It appears [you are right](https://github.com/speaches-ai/speaches/blob/master/src/speaches/config.py). It's too bad this feature got removed without deprecation notice nor errors though. Afaic this shouod be closed OR the feature readded.
I am in favour. Although my workaround is fine for my use case.
Thanks for the suggestion to use lifecycle hooks, here's the updated workaround for speaches: ```yaml volumes: - ./jfk.mp3:/jfk.mp3 # for the post_start command post_start: - command: | bash -c '...