You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to LLM and want to do some research on it. Some other inference frameworks support first token latency in their benchmark tools. In llama-bench, there is a prompt eval time. In the README at https://github.com/ggerganov/llama.cpp/blob/b841d0740855c5af1344a81f261139a45a2b39ee/examples/batched-bench/README.md?plain=1#L31, it seems to indicate this is for the first token time, but I am not sure. I see that some other benchmark tools haven't calculated the prompt->token duration for the first token, and I'm not sure about the difference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to LLM and want to do some research on it. Some other inference frameworks support first token latency in their benchmark tools. In llama-bench, there is a prompt eval time. In the README at https://github.com/ggerganov/llama.cpp/blob/b841d0740855c5af1344a81f261139a45a2b39ee/examples/batched-bench/README.md?plain=1#L31, it seems to indicate this is for the
first token time
, but I am not sure. I see that some other benchmark tools haven't calculated theprompt->token
duration for the first token, and I'm not sure about the difference.Beta Was this translation helpful? Give feedback.
All reactions