Vamshidhar Dantu
Vamshidhar Dantu
MMS is compatible with batch-transforms. Do you see issues when using MMS with batch-transform? MMS also provides a pluggable REST endpoint for [GET /execution-parameters](https://github.com/awslabs/multi-model-server/blob/master/plugins/endpoints/src/main/java/software/amazon/ai/mms/plugins/endpoint/ExecutionParameters.java) .
This seems like a reasonable request. As of now the frontend is configured to use unix/network sockets. This will extend the backend also to be socket based. These changes by...
Configure [max_request_size](https://github.com/awslabs/multi-model-server/blob/v1.0.4/docker/config.properties#L23) in your MMS config. That will enable you to configure larger request size. You would need to look at `mms_log.log` to understand the error in your service.
@ericangelokim : True. This was supposed to be an example of how plugins are defined, but its good to correct the example. @alexwong
@lly-zero-one : Thanks for responding. Is there any communication channel (slack/messenger) thats open to public? I would love to join it and try to see if my understanding is right.