awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change plugins logic

UsernameJava opened this issue · comments

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!