mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24544] issue: llamacpp load/unload indicator doesn't work #91065
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frenzybiscuit on GitHub (May 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24544
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.9.4
Ollama Version (if applicable)
N/A
Operating System
Linux
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
https://docs.openwebui.com/getting-started/quick-start/connect-a-provider/starting-with-llama-cpp/#unloading-loaded-models
Per this document loaded models should have a green icon next to them indicating they are loaded.
This does not happen on router mode with llamacpp.
And I have no idea how this feature would work without router mode. However, even when launching with regular llama-server and no router mode, the icon doesn't show up.
Actual Behavior
Doesn't work
Steps to Reproduce
See screenshots along with the below.
config.ini:
llama.cpp-b9097/build/bin/llama-server --models-max 1 --sleep-idle-seconds 1200 --api-key keyhere --host 127.0.0.1 --port 5000 --models-preset ./config.ini --slots --metricsLogs & Screenshots
Additional Information
N/A
@frenzybiscuit commented on GitHub (May 10, 2026):
I see this is fixed in dev now. I'll try it when the next update is released as I don't use the dev branch.
Thanks!