awslabs / multi-model-server

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

Execution parameters bug for MaxPayloadinMB #854

Open ericangelokim opened 5 years ago

ericangelokim commented 5 years ago

https://github.com/awslabs/mxnet-model-server/blob/master/plugins/endpoints/src/main/java/software/amazon/ai/mms/plugins/endpoint/ExecutionParameters.java#L26

'max_request_size' seems to refer to bytes, not mb.

vdantu commented 5 years ago

@ericangelokim : True. This was supposed to be an example of how plugins are defined, but its good to correct the example.

@alexwong