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
I have successfully installed, and was able to use python diarize.py -a AUDIO_FILE_NAME. I then used python diarize.py -a AUDIO_FILE_NAME --language en --whisper-model turbo and it ran without issue. When I tried the first code again however, I received the following error:
Traceback (most recent call last):
File "E:\Prep\diarize.py", line 121, in
whisper_model = faster_whisper.WhisperModel(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users...\AppData\Local\Programs\Python\Python312\Lib\site-packages\faster_whisper\transcribe.py", line 647, in init
self.model = ctranslate2.models.Whisper(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Unable to open file 'model.bin' in model 'medium.en'
I can still run both large and turbo, but the default will produce the above error. Have I done something wrong?
The text was updated successfully, but these errors were encountered:
I have successfully installed, and was able to use
python diarize.py -a AUDIO_FILE_NAME
. I then usedpython diarize.py -a AUDIO_FILE_NAME --language en --whisper-model turbo
and it ran without issue. When I tried the first code again however, I received the following error:I can still run both
large
andturbo
, but the default will produce the above error. Have I done something wrong?The text was updated successfully, but these errors were encountered: