collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.
MIT License
2.09k stars 283 forks source link

Unsupported Model Binary Version #259

Open pranav-deshpande opened 4 months ago

pranav-deshpande commented 4 months ago

Command:

python3 run_server.py --port 9090 --backend faster_whisper -fw /home/ubuntu/spee ch-to-text/whisper-base.en/

Logs:


INFO:root:Custom model option was provided. Switching to single model mode.

INFO:websockets.server:connection open INFO:root:New client connected INFO:root:Using custom model /home/ubuntu/speech-to-text/whisper-base.en/ ERROR:root:Error during new connection initialization: Unsupported model binary version. This executable supports models with binary version v6 or below, but the model has binary version v67324752. This usually means that the model was generated by a later version of CTranslate2. (Forward compatibility is not guaranteed.)


vashat commented 3 weeks ago

I also have this problem with whisper-large-v3