Replies: 7 comments
-
I have the same problem, of Whisper getting stucked in an infinite loop, with the latest version "20230124" after this fix With this waveform.pkl here is the minimal code to reproduce (for me it "fails" both on CPU and GPU)
The infinite loop happens here in
at line 215, There should be a safeguard to avoid seek from staying at 0. Also I wonder why |
Beta Was this translation helpful? Give feedback.
-
Suggestion for a fix in #914 (review) |
Beta Was this translation helpful? Give feedback.
-
@jongwook Is somebody working on this issue? |
Beta Was this translation helpful? Give feedback.
-
I also suffered from this endless loop problem. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing it too but it seems only on large v1 and v2 models |
Beta Was this translation helpful? Give feedback.
-
I've had this happen on medium.en where it was using plenty of CPU and GPU, but never finished transcribing even after 30 minutes for an 11 second file. |
Beta Was this translation helpful? Give feedback.
-
I'm also getting endless loops in the API whenever audio starts with a short segment of music. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
python 3.10 on GPU fails, but CPU works
Input: input.zip
Testcase:
Output:
Beta Was this translation helpful? Give feedback.
All reactions