I installed the OpenVINO tools. I have tried selecting some audio for it to transcribe, with the default settings, and after it resamples and attempts to load the whisper AI model, it will have an error saying “Whisper transcription failed”.
I get the following output from the log.
19:29:22: Operation ‘Pre-processing’ took 0.000000 seconds. Poll was called 0 times and took 0.000000 seconds. Yield was called 0 times and took 0.000000 seconds. 19:30:29: Error: In Whisper Transcription Effect, exception: whisper.cpp context creation / initialization failed 19:30:30: Operation ‘OpenVINO Whisper Transcription’ took 66.467000 seconds. Poll was called 16947 times and took 1.454510 seconds. Yield was called 1144 times and took 0.590875 seconds. 19:30:28: Error: whisper_init_from_file_with_params(C:\Program Files\Audacity\openvino-models\ggml-base.bin, …) failed
Can you double check that you installed the ‘openvino-models’ folder in the correct place? More specifically, is the following file present on your system?
Also, you can double check that zip file downloaded correctly by calculating md5sum (a checksum). If you open up and powershell window, and run this command:
certutil -hashfile openvino-models.zip MD5
You should get:
MD5 hash of openvino-models.zip:
04a239e3b04419460582cfe76f17467b
Thank you so much!! I redownloaded the zip file and replaced the existing folder. I just did a test sample on a few seconds of audio and it transcribed it perfectly.