awslabs / multi-model-server

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

Fix input argument encoding #910

Open johncolby opened 4 years ago

johncolby commented 4 years ago

Issue #, if available:

Fixes #909

Description of changes:

Check if optional arguments are present before attempting to utf-8 encode them.

Testing done:

Local execution of mms in standard and debug/backend modes.

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.