AWS Release Their Open Source Model Server For PyTorch

AWS Release Their Open Source Model Server For PyTorch

AWS and Facebook launched the open-source model server for PyTorch that is a very famous open-source machine learning framework. On 21 April 2020, they launched two opensource projects.

One of the main Project is Torchserve, it is a model server framework around Pytorch that makes very easier to put the model into production by the developers around the globe. And the other one is a library known as TorchElastic that makes it simpler for engineers to fabricate flaw open-minded preparing employments on Kubernetes groups, including AWS’s EC2 spot occurrences and Elastic Kubernetes Service.

There are some of the characteristics of Torchserve given below:

  • Metrics For Monitoring
  • Torchserve provide the feature of Multimodel-Serving

  • Features of Model versioning for A/B testing.
  • There are restful endpoints for application integration also available.
  • Default handlers for regular applications, for example, object recognition and text classification, saving clients from composing custom code to convey models.
These are the key features of TorchServe. As we know there are tons of development environments like Kubernetes, Amazon Sage Maker, Amazon EKS, Amazon EC2 all these are supported by the TorchServe.


Concerning TorchElastic, the emphasis here is on permitting engineers to make preparing frameworks that can chip away at enormous conveyed Kubernetes bunches where you should utilize less expensive spot examples. Those are preemptible, however, so your framework must have the option to deal with that, while generally, AI preparing structures frequently expect a framework where the quantity of cases remains the equivalent all through the procedure. That, as well, is something AWS initially worked for SageMaker. There, it’s completely overseen by AWS, however, so engineers never need to consider it. For designers who need more power over their dynamic preparing frameworks or to remain near to the metal, TorchElastic now permits them to reproduce this experience all alone Kubernetes groups.

Leave a Comment