How can I deploy multiple models on torchserve and use hot update?

As the title,I deployed multiple models with Tensorflow Serving,but now , I want to deploy them on torchserve,how can I do that ? Is there any tutorial to solve multi model and model hot update ?Thanks a lot !

Yep torchserve used to be called multi model server before it got rebranded so you should be able to easily deploy and scale various models with a REST API serve/management_api.md at master · pytorch/serve · GitHub - if you have any more specific questions feel free to ask a question in a github issue