-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Support penalty in overlap mode; return logprob with chunked prefill; improve benchmark scripts #3988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… improve benchmark scripts (#3988) Co-authored-by: SangBin Cho <[email protected]> Co-authored-by: dhou-xai <[email protected]> Co-authored-by: Hanming Lu <[email protected]>
… improve benchmark scripts (sgl-project#3988) Co-authored-by: SangBin Cho <[email protected]> Co-authored-by: dhou-xai <[email protected]> Co-authored-by: Hanming Lu <[email protected]>
|
hi @merrymercy , why remove repetition_penalty.py? |
|
@merrymercy I have same question, why remove repetition_penalty.py? for now, how it works when repetition_penalty is set? |
elvischenv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove TPOT?
| print("{:<40} {:<10.2f}".format("P99 TTFT (ms):", metrics.p99_ttft_ms)) | ||
| print( | ||
| "{s:{c}^{n}}".format(s="Time per Output Token (excl. 1st token)", n=50, c="-") | ||
| ) | ||
| print("{:<40} {:<10.2f}".format("Mean TPOT (ms):", metrics.mean_tpot_ms)) | ||
| print("{:<40} {:<10.2f}".format("Median TPOT (ms):", metrics.median_tpot_ms)) | ||
| print("{:<40} {:<10.2f}".format("P99 TPOT (ms):", metrics.p99_tpot_ms)) | ||
| print("{s:{c}^{n}}".format(s="Inter-token Latency", n=50, c="-")) | ||
| print("{s:{c}^{n}}".format(s="Inter-Token Latency", n=50, c="-")) | ||
| print("{:<40} {:<10.2f}".format("Mean ITL (ms):", metrics.mean_itl_ms)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove TPOT?
--skip-tokenizer-init