rhasspy / wyoming-addons

Docker builds for Home Assistant add-ons using Wyoming protocol
MIT License
60 stars 21 forks source link

Troubles with installing whisper to unraid machine #6

Closed stefancvetkovic closed 6 months ago

stefancvetkovic commented 11 months ago

I tried this command: docker run -it -p 10300:10300 -v /mnt/user/appdata/wyoming-whisper:/data rhasspy/wyoming-whisper --model tiny-int8 --language en

But it freezes on this line I believe because it cant recognize model tiny8:

root@Iris:/mnt/user/appdata# docker run -it -p 10300:10300 -v /mnt/user/appdata/wyoming-whisper:/data rhasspy/wyoming-whisper --model tiny-int8 --language en
WARNING:wyoming_faster_whisper.download:Model hashes do not match
WARNING:wyoming_faster_whisper.download:Expected: {'config.json': 'e5a2f85afc17f73960204cad2b002633', 'model.bin': '9674f22b7dee7b4d321a46f235ea6c7f', 'vocabulary.txt': 'c1120a13c94a8cbb132489655cdd1854'}
WARNING:wyoming_faster_whisper.download:Got: {'model.bin': '', 'config.json': '', 'vocabulary.txt': ''}
INFO:__main__:Downloading FasterWhisperModel.TINY_INT8 to /data
INFO:__main__:Ready
synesthesiam commented 11 months ago

It looks like everything went as it should. It downloaded the model and reported ready, so the server is running.