awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
994 stars 231 forks source link

Handled error to return the reason of failure as part of the response. #1013

Open shamika opened 1 year ago

shamika commented 1 year ago

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:

Caught the exception of the invoking entry point and returned the failure as part of the response

Testing done: Yes (Ran the CI tests and all passed. )

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.