awslabs / multi-model-server

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

how to change url format #997

Open xuweidongkobe opened 2 years ago

xuweidongkobe commented 2 years ago

when I use mms , the url is like http:ip:port/my_name/predict. The question is how to change the "predict" to my own words. if I want url is http:ip:port/my_name/predictFile, how can I do? thank you