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
In llm-load-test we give each request a response deadline. Requests that do not output all tokens within that deadline are filtered from the final result.
In llm-load-test we give each request a response deadline. Requests that do not output all tokens within that deadline are filtered from the final result.
llm-load-test/utils.py
Lines 175 to 178 in 23db634
If all requests end after their deadline, then
df_test_duration
will contain no results and subsequent calculations will returnNaN
.We should rethink how per-request deadlines should work.
The text was updated successfully, but these errors were encountered: