-
Notifications
You must be signed in to change notification settings - Fork 114
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
Divide by zero: request_metrics[common_metrics.REQ_OUTPUT_THROUGHPUT] = num_output_tokens / request_metrics[common_metrics.E2E_LAT] #55
Comments
Makes sure the `REQ_OUTPUT_THROUGHPUT` won't be divided by zero, in case of server failure.
same problem here, what did you do to fix this? |
same problem here when testing a api deployed in house |
2 similar comments
same problem here when testing a api deployed in house |
same problem here when testing a api deployed in house |
same problem |
same problem here, how to fix this? |
try print the response code and content |
Running the benchmark script on a llama-3-8b-inst on inferentia 2 (djl-serving) results in:
The text was updated successfully, but these errors were encountered: