schibsted/WAAS

Moving job to FailedJobRegistry (work-horse terminated unexpectedly; waitpid returned 9)

orjanv opened this issue · 3 comments

I'm running this on a laptop with 8GB RAM and get this message when uploading a minute long mp3 file of ~300kb size. The docker stats confirm that the worker goes up in memory use. Is there anything to be done with this, make is spend more time, or how much RAM is required to run this?

Hey, the vram requirements would be the same as noted in the README in the open AI repo
https://github.com/openai/whisper#available-models-and-languages

C56D8223-4BEF-4BA4-B4BB-5D221817CB3A

When I have been developing locally it’s been working fine using the tiny model (I’m on a M1 MacBook Pro)

Thanks, i just found that table myself. that would explain the issue. Will try with smaller model sizes later today :-) Thanks.

This worked, the issue can be closed.