-
Notifications
You must be signed in to change notification settings - Fork 117
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
ramalama hangs when trying to shutdown #807
Comments
What command were you running that failed to shutdown? What version of ramalama are you running? |
If this is, then you need to get new version of ramalama as well as new version of container image. |
its serve command and im using latest version on arch repo |
0.6.0 with what container image? Or are you using --no-container? The fix involved updating RamaLama and the version of llama.cpp. You should see --init in the podman run command if you run with --debug flag. |
latest version on archlinux is 0.5.5
the command i use is just |
Didn't even realize we were packaged on arch neat: https://aur.archlinux.org/packages/ramalama I recommend logging this downstream with the Arch package maintainer, he should just update the package, it's fixed here upstream. |
So i update the package myself to 0.6.0 and it still hangs when i try to shut it down command i use & its logs
|
AFAIK it's fixed in the main branch but not in 0.6.0 (at least this is what I experienced) |
Thanks. I will try to build from main. |
@benoitf confirmed it's fixed on main. however, the port forwarding doesnt seem to work. i can't access 8080 from host but i guess it's another issue. |
Please open a different issue on the 8080. |
Create a new issue for the port fwd #823 |
its taking forever to shutdown so i have to kill the process & container manually.
The text was updated successfully, but these errors were encountered: