mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
issue: Llama.cpp server timing metrics not parsed correctly #6364
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 @ITankForCAD on GitHub (Sep 11, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
No response
Operating System
Fedora 42
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
After assistant message completion, timing statistics should be displayed under the message
Actual Behavior
Llama.cpp timing statistics do not appear alongside the other usage metrics.
Steps to Reproduce
Logs & Screenshots
The first screenshot is the response from a server instance using curl. In the response object, there is a field called "timings".
The second screenshot is from the pr that introduced this feature, see relevant commit.
Additional Information
The fix seems simple enough. It appears that an "s" is missing at the end of the word timing, causing the .get to return an empty dictionary even when timing statistics are available.
@tjbck commented on GitHub (Sep 11, 2025):
cf72f5503f