-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
WhisperX crashes unexpectedly throughout usage #647
Comments
Maybe with a crash log ? |
@SammyVincent-Dasion Just an FYI that there is an existing ASR whisper project that you may want to look at: ahmetoner/whisper-asr-webservice#125. I am not having any problems running this, I'm currently using docker on a Win10 install and a 3070Ti. Hopefully that'll help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have been developing an API that uses WhisperX during a crucial part of audio processing. However, WhisperX crashes unexpectedly throughout usage (maybe after an hour or so of testing). The only thing that will fix the bug is to restart my docker container or sometimes fully restart my PC.
Some specifics:
My Docker Compose File:
My Dockerfile:
My actual usage of whisperX in Python:
proc = subprocess.run(['whisperx', 'tmp/output/input_trimmed.wav', '--model', 'base', '--output_dir', 'tmp/output/{}/transcripts'.format(file_name)])
Any help would be much appreciated. My next steps are probably to mess around with my Docker setup or my WhisperX installation. I could also switch my second PC to CPU compute type because this one has 32Gb ram and that would eliminate an ylingering concerns about memory.
The text was updated successfully, but these errors were encountered: