-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Xited with code 137 #331
Comments
Hi. I just tried to reproduce the error but failed.
According to the stackoverflow discussion here, code 137 means your device doesn't have enough RAM. Docker uses a lot of RAM and your device may not be able to run the container. Alternatively you can download Whisper-WebUI-Portable-Mac.zip and install it locally. |
OK, since you're using a Mac device (Apple Sequoia 15.0.1), check if you might have misconfigured the memory limit for your container. (Default setting is supposed to use Nvidia GPU, so Mac needs different setup) : If these lines exist in your Whisper-WebUI/docker-compose.yaml Lines 21 to 29 in cecc846
Also, remove these lines in Whisper-WebUI/requirements.txt Lines 1 to 5 in cecc846
If you rebuild the image again it should work fine. Please let me know if you have the same problem. |
The lines were already removed. If I don't remove them the docker file doesn't want to compose. |
I still think this is probably related to OOM, memory error. |
i've tested it with the medium model, this works. But I also have an laptop with only 8gb RAM and there the large model works. |
I don't know why, but it seems that your Docker + Mac is somehow limiting the memory usage. Try running image with
|
I'm not sure if this will help, but according to the documentation, You can set the memory limit manually in
|
Which OS are you using?
The program starts with no problem but when the model.bin is finalized I get te following error.
I use Docker Desktop.
The text was updated successfully, but these errors were encountered: