Replies: 1 comment
-
Hey, did you ever figure this one out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running a Whisper model with dynamic time warping (
model.transcribe(wav, verbose=False, language=lang, word_timestamps=True)
, I occasionally get the following error:It happens at the same time
When rerunning the same scripts several times, the error appears and goes away without any apparent reason.
Does anyone know why it happens?
It looks like some cache miss in this function https://github.com/openai/whisper/blob/main/whisper/triton_ops.py#L14, but I have no idea how Triton operates, so I don't know even how to start fixing this.
Beta Was this translation helpful? Give feedback.
All reactions