pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 80
- Longevity 100
Flags: no_license
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: 50
- age_days: 3672
- days_rel: 56
- days_push: 7
- n_releases_24m: 14
Adoption not part of the score
102605 stars · 28996 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PyTorch is a Python library providing NumPy-like tensor computation with strong GPU acceleration and a tape-based automatic differentiation system for building deep neural networks. It supports dynamic computation graphs, distributed training, TorchScript for production deployment, and runs on CUDA, ROCm, Intel GPUs, and CPU.
Use cases
- train deep neural networks in python
- gpu-accelerated tensor computation like numpy
- automatic differentiation for gradient descent
- build and train CNNs or transformers
- distributed multi-GPU model training
- prototype machine learning research models
- deploy models to production with torchscript
When to choose
- you need a flexible, pythonic deep learning framework with dynamic graphs
- you want GPU-accelerated tensor math with autograd
- you need broad ecosystem support for research and production training
- you need distributed training across multiple GPUs or nodes
When to avoid
- you only need lightweight NumPy-style arrays without GPU or autograd
- you need a fully static-graph framework for mobile or edge deployment with strict size limits
- you want a high-level API that hides training loops entirely
Facets
library · maturity stable
machine-learning deep-learning llm-training gpu-computing math machine-learning deep-learning artificial-intelligence gpu-computing data-science python windows cross-platform tensors autograd neural-networks numpy cuda rocm distributed-training torchscript linux macos gpu
5 sources
- readme: https://github.com/pytorch/pytorch · fetched 2026-08-28 · 3dce22f96da6
- homepage: https://pytorch.org · fetched 2026-08-28 · 98fcafaad95b
- site_page: https://pytorch.org/docs/stable/index.html · fetched 2026-08-28 · a9a24195924a
- site_page: https://pytorch.org/docs · fetched 2026-08-28 · 57e35ca42d27
- site_page: https://pytorch.org/get-started/previous-versions · fetched 2026-08-28 · 0c42f6af76ca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytorch/pytorch | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem