You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://github.com/rhasspy/wyoming-faster-whisper/blob/master/wyoming_faster_whisper/download.py the largest model you have is the medium model. Trying to start the docker server for whisper with that model selected fails with HTTP Error 404: Not Found at the step INFO:__main__:Downloading FasterWhisperModel.MEDIUM to /data.
According to the download.py the download url should look like https://github.com/rhasspy/models/releases/download/v1.0/asr_faster-whisper-{model}.tar.gz but there is no asr_faster-whisper-medium.tar.gz. There's a asr_faster-whisper-medium-int8.tar.gz and a asr_faster-whisper-medium.en-int8.tar.gz but no asr_faster-whisper-medium.tar.gz. Was the model removed or is it just misnamed?
The text was updated successfully, but these errors were encountered:
According to https://github.com/rhasspy/wyoming-faster-whisper/blob/master/wyoming_faster_whisper/download.py the largest model you have is the medium model. Trying to start the docker server for whisper with that model selected fails with
HTTP Error 404: Not Found
at the stepINFO:__main__:Downloading FasterWhisperModel.MEDIUM to /data
.According to the download.py the download url should look like
https://github.com/rhasspy/models/releases/download/v1.0/asr_faster-whisper-{model}.tar.gz
but there is noasr_faster-whisper-medium.tar.gz
. There's a asr_faster-whisper-medium-int8.tar.gz and a asr_faster-whisper-medium.en-int8.tar.gz but noasr_faster-whisper-medium.tar.gz
. Was the model removed or is it just misnamed?The text was updated successfully, but these errors were encountered: