Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to transcribe using whisper-timestamped #78

Open
cheezebone opened this issue Oct 27, 2023 · 1 comment
Open

Error when trying to transcribe using whisper-timestamped #78

cheezebone opened this issue Oct 27, 2023 · 1 comment

Comments

@cheezebone
Copy link

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
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants