#TorchServe
Python Libraries for ML Engineers

- Data Handling: Pandas, Dask

- Feature Engineering: Featuretools, Scikit‑learn

- Model Training: TensorFlow, PyTorch

- Experiment Tracking: MLflow

- Model Deployment: ONNX, TorchServe
December 29, 2025 at 4:23 PM
Model Serving at Scale: TorchServe on Kubernetes Guide 2024

Learn to deploy PyTorch models at scale with TorchServe on Kubernetes. Complete guide with YAML configs, autos...

https://collabnix.com/model-serving-at-scale-torchserve-on-kubernetes-guide-2024/
November 2, 2025 at 4:26 PM
PyTorch's Deploying LLMs with TorchServe + vLLM

They demonstrate the deployment of a Llama-3.1-70B-Instruct model using TorchServe’s vLLM docker image.

pytorch.org/blog/deployi...
November 1, 2024 at 1:17 PM
Trio of TorchServe flaws means PyTorch users need an urgent upgrade
ShellTorch attack puts orgs at risk of server takeover
Meta, the project's maintainer, shrugs
www.theregister.com
October 4, 2023 at 1:36 AM
Amazon warns of ‘ShellTorch’ issue affecting code related to AI models
Amazon warns of ‘ShellTorch’ issue affecting code related to AI models
Researchers with Israeli firm Oligo published information about three critical issues with TorchServe, a part of the PyTorch project overseen by Amazon and Meta. The code helps companies build AI models into their businesses.
therecord.media
October 3, 2023 at 10:06 PM
Ray Serve Deep Learning Containersが拓くTorchServeワークロードの簡素化と最適化

Ray Serve DLCでTorchServeデプロイを効率化

#RayServe #TorchServe #DeepLearningContainers #MLOps #ModelServing
Ray Serve Deep Learning Containersが拓くTorchServeワークロードの簡素化と最適化
Ray Serve DLCでTorchServeデプロイを効率化
ai.warp-studio.com
September 9, 2026 at 6:11 PM
🤖 【AWS ML Blog】Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers

TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning...

#AI #TechNews
Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers | Amazon Web Services
TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning Container is a supported, pre-tested container with the framework, GPU drivers, and serving layer already assembled. This post walks through deploying a vision-language model on Amazon EKS using the Ray Serve DLC on a single GPU node.
aws.amazon.com
September 10, 2026 at 8:00 AM
AWS launches Ray Serve Deep Learning Containers after TorchServe maintenance ends. TorchServe is no longer actively maintained, so AWS ships a pre-built Ray Serve container for model inference.
AWS launches Ray Serve Deep Learning Containers after TorchServe maintenance ends - GenAInews
TorchServe is no longer actively maintained, so AWS ships a pre-built Ray Serve container for model inference.
genainews.tech
September 9, 2026 at 4:20 PM
AWS launches Ray Serve Deep Learning Containers to simplify model inference deployment, offering a maintained alternative to the deprecated TorchServe with pre-optimized GPU stack and dependencies.
Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers
AWS launches Ray Serve Deep Learning Containers to simplify model inference deployment, offering a maintained alternative to the deprecated TorchServe with pre-optimized GPU stack and dependencies.
aws-news.com
September 9, 2026 at 3:56 PM
🤖 **Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers**

TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning Container is a supported, pre-tested container with the framework, GPU drive […]
Original post on igeek.gamer-geek-news.com
igeek.gamer-geek-news.com
September 9, 2026 at 3:53 PM
📰 New article by Ananth Raghavendra, Felipe Lopez, Jinyan Li

Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers

#AWS #AI #MachineLearning
Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers
TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning Container is a supported, pre-tested container with the framework, GPU drivers, and serving layer already assembled. This post walks through deploying a vision-language model on Amazon EKS using the Ray Serve DLC on a single GPU node.
aws.amazon.com
September 9, 2026 at 3:56 PM
Israeli security firm Oligo in a Tuesday blog post calls a trio of TorchServe vulnerabilities, including one it discovered, "ShellTorch." www.govinfosecurity.com/amazon-web-s...
Amazon Web Services Warns of TorchServe Flaws
A clutch of vulnerabilities in an open source tool used by major corporations to scale up machine learning models could lead to remote takeover, says a
www.govinfosecurity.com
October 5, 2023 at 11:49 AM
Critical 'ShellTorch' Flaws Light Up Open Source AI Users, Like Google
Critical 'ShellTorch' Flaws Light Up Open Source AI Users, Like Google
The vulnerabilities exist in the widely used TorchServe framework, used by Amazon, Google, Walmart, and many other heavy hitters.
www.darkreading.com
October 5, 2023 at 7:44 PM
Warning: PyTorch Models Vulnerable to Remote Code Execution via ShellTorch
Warning: PyTorch Models Vulnerable to Remote Code Execution via ShellTorch
Multiple vulnerabilities in TorchServe, used for serving PyTorch models, could lead to remote code execution.
thehackernews.com
October 3, 2023 at 5:01 PM
Critical TorchServe Flaws Could Expose AI Infrastructure
Critical TorchServe Flaws Could Expose AI Infrastructure of Major Companies
ShellTorch attack chains critical TorchServe vulnerabilities and could completely compromise the AI infrastructure of major companies.
www.securityweek.com
October 3, 2023 at 3:35 PM
Researchers find critical now-patched flaws allowing RCE in open-source AI model-serving tool TorchServe and vulnerable instances at tens of thousands of IPs (Bill Toulas/BleepingComputer)

Main Link | Techmeme Permalink
October 3, 2023 at 6:06 PM
How to convert llama Model (meta-llama/Llama-3.2-1B) to .mar file
It seems to be an unsolved issue. It looks like it could be used as it is… github.com/pytorch/serve #### examples/README.md `master` # Examples showcasing TorchServe Features and Integrations ## Security Changes TorchServe now enforces token authorization and model API control by default. This change will impact the current examples so please check the following documentation for more information: Token Authorization, Model API control ## TorchServe Internals * Creating mar file for an eager mode model * Creating mar file for torchscript mode model * Serving custom model with custom service handler * Serving model using Docker Container * Creating a Workflow * Custom Metrics * Dynamic Batch Processing * Dynamic Batched Async Requests ## TorchServe Integrations ### Kubernetes <img src="images/k8s.png" width="30" title="K8s" style="float:right padding:10px" /> This file has been truncated. show original github.com/pytorch/serve #### Update Huggingface_Transformers examples for safetensors opened 07:01PM - 12 Nov 23 UTC nathanweeks triaged security ### 📚 The doc issue In examples/Huggingface_Transformers/README.md, the `torch-…model-archiver` commands specify `--serialized-file Transformer_model/pytorch_model.bin` option-arguments. However, the `Download_Transformer_models.py` script in the same directory currently results in a downloaded model in the safetensors format: ``` $ python Download_Transformer_models.py ... Save model and tokenizer/ Torchscript model based on the setting from setup_config bert-base-uncased in directory ./Transformer_model $ ls -1 Transformer_model/ config.json model.safetensors special_tokens_map.json tokenizer_config.json tokenizer.json vocab.txt ``` ### Suggest a potential alternative/fix Perhaps update the examples to accommodate both formats.
discuss.huggingface.co
February 18, 2025 at 6:10 AM
Multiple Vulnerabilities in Pytorch Model Server (Torchserve) (CVSS 9.9, CVSS 9.8) Walkthrough
Multiple Vulnerabilities in Pytorch Model Server (Torchserve) (CVSS 9.9, CVSS 9.8) Walkthrough
www.oligo.security
July 8, 2024 at 1:09 PM
Remote Code Execution In PyTorch Model Server TorchServe
Remote Code Execution In PyTorch Model Server TorchServe
github.com
October 3, 2023 at 7:28 PM