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

Change plugins logic #975

Open UsernameJava opened 2 years ago

UsernameJava commented 2 years ago

Hi All,

I would change https://github.com/awslabs/multi-model-server/blob/master/plugins/endpoints/src/main/java/software/amazon/ai/mms/plugins/endpoint/ExecutionParameters.java to write to output stream custom JSON with the same url pattern. Is there any possibility to change (override) logic in plugin classes without forking the full MMS project?

Thank you in advance!