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

[fix] align default neuron behavior between model server and handler #2116

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

tosterberg
Copy link
Contributor

Description

Updating the behavior of LmiConfigRecommender to match the behavior of the default properties when using a serving.properties for NeuronX containers. The recommender currently defaults all models to rolling batch, but this is not the desired behavior for LMI NeuronX due to the limited number of supported models for rolling batch.

This undoes a change that was a altered the default as aa side effect of the recommenders implementation but is not consistent in defaulting between launching with environmental variables and serving.properties for LMI NeuronX.

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@tosterberg tosterberg marked this pull request as ready for review June 27, 2024 23:43
@tosterberg tosterberg requested review from zachgk, frankfliu and a team as code owners June 27, 2024 23:44
@tosterberg tosterberg merged commit a215752 into deepjavalibrary:master Jun 28, 2024
8 checks passed
@tosterberg tosterberg deleted the align-defaults branch June 28, 2024 00:00
tosterberg added a commit to tosterberg/djl-serving that referenced this pull request Jun 28, 2024
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.

3 participants