Before or while filing an issue please feel free to join our slack channel to get in touch with development team, ask questions, find out what's cooking and more!
Issue #, if available:
This change makes the model registration a synchronous call by default.
This change makes model loading experience consistent. Currently when customers start MMS without any models, MMS looks up "default_workers_per_model" configuration to determine the number of workers. But, during registration this doesn't happen. This change keeps these two behaviors consistent.
Before or while filing an issue please feel free to join our slack channel to get in touch with development team, ask questions, find out what's cooking and more!
Issue #, if available:
Description of changes:
Testing done:
To run CI tests on your changes refer README.md
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.