llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Feature Request: webui: add parsing progress

Open catap opened this issue 1 month ago • 1 comments

Prerequisites

  • [x] I am running the latest code. Mention the version if possible as well.
  • [x] I carefully followed the README.md.
  • [x] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • [x] I reviewed the Discussions, and have a new and useful enhancement to share.

Feature Description

Adding a statisics with speed of parsing promt token, like webui has for token generation.

Ideally show:

  • context: xxx / max (Y%)
  • input: ... / xxx (Z%)
  • A.B t/s

Motivation

Right now webui has nice progress and speed for token generation, but when it on parsing large input, for 10k or 20k tokens... user see just Processing... for quite a while.

Possible Implementation

No response

catap avatar Nov 07 '25 14:11 catap

test it and let me know if it fulfills your expectations for this enhancement @catap

NoahOksuz avatar Nov 08 '25 19:11 NoahOksuz