-
Notifications
You must be signed in to change notification settings - Fork 23
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
Stuck UI with Long Files #41
Comments
I've been facing the same issue in the last three days. I'm transcribing 1/1.5 hour long wav files. Compared to last week, I cannot select the model anymore (the only option now is 'large-v3-turbo'), and the UI remains stuck on "transcribing". |
Ok, we released the new version 1.2 three days ago, so this is probably a bug that we did not catch in testing and I cannot reproduce it on my end right now. We will have to take a look on the new way we track the progress in the new steps. Large-v3 turbo is freshly released from OpenAI and offers great balance between speed and accuracy. As for the other models, you now have a new menu point on the left: Model Manager. There you can download all the available whisper models, also large-v2 or large-v3. Could you try other models and let me know if the UI is also stuck with those? |
Same here. It randomly gets stuck with files over 23 minutes long, while files under 20 minutes pose no issues. The file extension doesn't seem to matter. |
Ok, I will try to reproduce it. In the meantime, you can revert back to v1.1 using the installer here: |
Hello, Did you release v1.2 ? Where is the release to download for developers? |
Hi, we released the new 1.2 installer on microsoft store last week; I also did a release on github now. |
Hi @JuergenFleiss, thanks for the amazing software. Command '['aTrain_core', 'transcribe', 'C:\Users\Data analysis\Downloads\segments\output_003.mp3', '--model', 'large-v3', '--language', 'en', '--device', 'GPU', '--compute_type', 'float16', '--speaker_detection', '--num_speakers', 'auto-detect']' returned non-zero exit status 3221226505. |
I'm transcribing 2+ hour long wav files and notice that the transcription is completed rather quickly on a Nvidia 3070 using large-v3-turbo model. I can see the completed transcript in the output folder, but the UI remains stuck on "transcribing".
The image below is shows less time, but luckily I checked the folders after my long file run for 5+ hour without and progress.
Edit: I'm actually noticing the stuck UI thing on smaller files as well now.
The text was updated successfully, but these errors were encountered: