abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.16k stars 96 forks source link

Error when trying to transcribe using whisper-timestamped #78

Open cheezebone opened 8 months ago

cheezebone commented 8 months ago

When I set the model to whisper-timestamped and pressed transcribe, this error showed up.

This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'], ...)

abdeladim-s commented 8 months ago

@cheezebone, Could you please copy/paste the whole error ? Could you try a different commit of whisper-timestamped in case the latest version does not work on your machine.