mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
completion statistics completely wrong #3117
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 @Master-Pr0grammer on GitHub (Dec 27, 2024).
Response Statistics Reporting Inaccuracies
Description
The response statistics displayed in the UI appear to be incorrectly scaled and inconsistent. Token generation speeds are reported roughly 10x higher than actual observed speeds, and duration measurements are wildly off.
Version Information
Observed Behavior
Example statistics from a response:
Issues:
Expected Behavior
Additional Context
Steps to Reproduce
Impact
This makes it difficult to accurately benchmark model performance and could lead to confusion when trying to optimize model settings.
@Master-Pr0grammer commented on GitHub (Dec 27, 2024):
For additional context, this is the usage reported by ollama from the same model with the same prompt:
@tjbck commented on GitHub (Dec 27, 2024):
Fixed on dev!
@Master-Pr0grammer commented on GitHub (Dec 27, 2024):
@tjbck oh ok, I saw that there was an update that was just released, v0.5.2, that claimed to fix the usage stats in the change logs, however I am still having issues with incorrect stats, they are still completely wrong.
It seems like the calculation did change since some of the numbers are now on the other end of the scale (T/s is severely underestimated now), but all of the numbers are still way off.
I posted the stats I get from ollama above, This is what I now get out of openwebUI
Is this the dev version you were talking about? or does the dev version you are referring to still need to be merged and pushed as a new release/update?
@tjbck commented on GitHub (Dec 30, 2024):
Please try the latest
:devand let me know if that resolves an issue for you!