pytorch/serve
Serve, optimize and scale PyTorch models in production observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 35
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2526
- days_rel: 702
- days_push: 392
- n_releases_24m: 1
Adoption not part of the score
4346 stars · 880 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TorchServe is a flexible, production-ready model server for serving, optimizing, and scaling PyTorch models over HTTP with support for CPU, GPU, Docker, and Kubernetes. It packages models via torch-model-archiver and exposes prediction APIs with metrics and token-based authorization.
Use cases
- serve pytorch models in production
- deploy a trained pytorch model behind a REST API
- scale model inference on kubernetes
- serve bert model for predictions over http
- run pytorch inference on gpu with docker
- monitor model serving metrics
- package pytorch models into a mar file
When to choose
- you need a battle-tested HTTP inference server specifically for PyTorch models
- you want built-in model versioning, batching, metrics, and Kubernetes integration
- you need CPU and GPU serving with Docker images out of the box
When to avoid
- you need active maintenance and security patches - the project is in limited maintenance mode
- you serve non-PyTorch frameworks like TensorFlow or ONNX exclusively
- you want a lightweight custom inference service you fully control
- you need cutting-edge LLM serving features better covered by vLLM or similar
Facets
service · maturity maintenance
llm-inference machine-learning monitoring container-orchestration machine-learning deep-learning self-hosted python cloud model-serving torchserve inference-server pytorch mlops model-archiver limited-maintenance docker kubernetes linux gpu
9 sources
- readme: https://github.com/pytorch/serve · fetched 2026-08-28 · 5385cb38499b
- homepage: https://pytorch.org/serve/ · fetched 2026-08-29 · 648157cd4055
- site_page: https://pytorch.org/docs/stable/index.html · fetched 2026-08-29 · a9a24195924a
- site_page: https://pytorch.org/ecosystem · fetched 2026-08-29 · b1e60b6a50af
- site_page: https://discuss.pytorch.org/ · fetched 2026-08-29 · 5a4b54973661
- site_page: https://pytorch.org/edge · fetched 2026-08-29 · f163d0fd8a9e
- site_page: https://pytorch.org/executorch/stable/index.html · fetched 2026-08-29 · ed8dcff0982a
- site_page: https://pytorch.org/pytorch-domains · fetched 2026-08-29 · 7c14ee568014
- site_page: https://pytorch.org/foundation · fetched 2026-08-29 · 826b32be4d07
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytorch/serve | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem