-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: Fix warmup phase batch size out of range. #4986
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
|
/bot run |
|
PR_Github #7885 [ run ] triggered by Bot |
|
PR_Github #7885 [ run ] completed with state |
|
/bot run |
|
PR_Github #7943 [ run ] triggered by Bot |
|
PR_Github #7943 [ run ] completed with state |
|
/bot run |
|
PR_Github #7953 [ run ] triggered by Bot |
|
PR_Github #7953 [ run ] completed with state |
0d78cca to
ebf229e
Compare
|
/bot run |
|
PR_Github #7955 [ run ] triggered by Bot |
|
PR_Github #7955 [ run ] completed with state |
|
/bot run |
|
PR_Github #7958 [ run ] triggered by Bot |
|
PR_Github #7958 [ run ] completed with state |
Signed-off-by: Yukun He <[email protected]>
Signed-off-by: Yukun He <[email protected]>
ebf229e to
bd82516
Compare
|
/bot run |
1 similar comment
|
/bot run |
|
PR_Github #8039 [ run ] triggered by Bot |
|
PR_Github #8039 [ run ] completed with state |
|
/bot run |
QiJune
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.
LGTM
|
PR_Github #8056 [ run ] triggered by Bot |
|
PR_Github #8056 [ run ] completed with state |
This is due to the number of autotuning warmup requests exceeding the limit of max_batch_size. This PR will limit the batch size according to multiple size constraints.