Skip to content
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

19238: Improved batch scaling to account for memory #127

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

fulpm
Copy link
Member

@fulpm fulpm commented Feb 7, 2024

Added memory limits for the request and response payload sizes when using batch scaling in react, react_series, and train. If the request or response size exceeds their respective limit, the batch size will be scaled down. If the size is within a threshold close to the limit (default 10%), the batch size will be prevented from scaling up, but may still scale down based on duration of the request.

@fulpm fulpm requested a review from a team as a code owner February 7, 2024 20:39
@howsohazard howsohazard changed the title 19238: Improved batch scaling to account for memory, MINOR 19238: Improved batch scaling to account for memory Feb 7, 2024
@fulpm fulpm merged commit 52a2f7c into main Feb 7, 2024
32 checks passed
@fulpm fulpm deleted the 19238-batch-scaler-memory-limits branch February 7, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants