-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Transcription is creating duplicate sentences #716
Comments
Can you share an audio sample to reproduce the issue? |
I am also seeing this issue. I used this code:
and got this output:
I get the same output if I don't specify compute_type. The audio sample is: turnOnKitchenSink.zip |
I cant point to a specific audio sample it was happening to, it was happening to any that I tried. I'm not sure if it was a problem on gpu, I was using cpu for my testing, but I reverted my code to 0.10.1 until there's a fix. |
I see the same issue when i set a language. (medium and large-v3 model tested). Happens on medium.en just as on other models if a language is set. If i set language to autodetect, its fine. older version is fine too. |
As update: It was introduced with this commit: When i revert this one back, its fine again. |
Looks good with PR #705:
|
fully tested the fix, and works well. |
Transcribe is returning text with repeating sentences
Running with tiny.en model on cpu and int8 compute type:
This wasnt happening before upgrading to
1.0.0
The text was updated successfully, but these errors were encountered: