-
Notifications
You must be signed in to change notification settings - Fork 76
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
Crash after "Operation finished" #381
Comments
It's known issue for some users, but reason is unknown and no solution. You could post your Windows version, GPU model and error from "Windows Event Viewer". Self-note:
Reports at faster-whsiper & ctranslate2: |
Btw, is that paste from console is same like you see it in console?
And there should be two spaces in front of "Processing segment".
That's normal, not warnings, just an info. Don't use verbose if you don't want to see it.
That's "normal" too AKA hallucination. Try better VAD like |
Thanks for looking into it! Same pair of errors for me: Event Viewer logs:
In your 2nd link, there seems to be users who reported a workaround here: SYSTRAN/faster-whisper#71 (comment)
|
You are right - might have been a copy+paste formatting which messed it up (I think formatting / tab characters got messed up when I copied from my reply in the other issue). Thanks for also clarifying on the other points, and also providing the suggestion for a better VAD, will give it a go! |
Exactly same fault as for another user, it's in Windows' API module, that can mean anything... To debug further you could share minidump created for a crash:
Note: Don't select "Automatically restart".
And users who reported that this workaround doesn't work for them... |
Test this "test1" exe: https://fromsmash.com/.x_pTRmmXT-bt |
Thanks @Purfview. Tested it with test1.exe and it crashed in the same way. Confirmed however there was no minidump created after the crash. |
Can confirm this works running -fallback=None avoids the crashing. |
Did you enabled minidump like I wrote? Try to restart Windows. |
I did. I will restart and see how that goes. |
Closing. Will be fixed when CTranslate2/Nvidia/Windows fix it. |
Whenever I run the large-v3-turbo model, once it completes (as it indicates 'Operation finished in: XX'), cmd prompt hangs & the .exe crashes ('Standalone Faster-Whisper-XXL has stopped working'), and after I click the Windows prompt 'Close program', cmd prompt unfreezes and I can enter the next command.
I don't experience this with the other models, e.g. medium & medium.en.
Any way for us to troubleshoot this? I ran it with '--verbose=true' - anything look odd to you? I can see it glitches at the end, repeating the same text ("Thanks") 6 times. Also, these warnings "Compression ratio threshold is not met with temperature"?
Not a big deal as it does the job to completion, just the crashes are annoying.
The text was updated successfully, but these errors were encountered: