-
Notifications
You must be signed in to change notification settings - Fork 20
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
GUIDELLM__MAX_CONCURRENCY is off by 1 #70
Comments
@parfeniukink is this something that you can quickly fix and push out? Thanks! |
hey @sjmonson I created another CLI parameter |
My assumption would be that I'm not sure what that Edit: Appoligies I understand what |
Okay, now I understand you. Thanks for details. I'll back to you soon. |
The number of concurrent requests in throughput mode is always one less then
Settings.max_concurrency
.Example
Observe from server side that number of requests in queue is 1
The text was updated successfully, but these errors were encountered: