
Get Started - PyTorch
CUDA 13.0 ROCm 7.1 CPU pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126
PyTorch documentation — PyTorch 2.10 documentation
Extending PyTorch Extending torch.func with autograd.Function Frequently Asked Questions Getting Started on Intel GPU Gradcheck mechanics HIP (ROCm) semantics Features for large-scale …
PyTorch 2.x
Learn about PyTorch 2.x: faster performance, dynamic shapes, distributed training, and torch.compile.
PyTorch – PyTorch
PyTorch is an open source machine learning framework that accelerates the path from research prototyping to production deployment. Built to offer maximum flexibility and speed, PyTorch supports …
End-to-end Machine Learning Framework – PyTorch
## Save your model torch. jit. script (model). save ("my_mobile_model.pt") ## iOS prebuilt binary pod ‘LibTorch’ ## Android prebuilt binary implementation 'org.pytorch:pytorch_android:1.3.0' ## Run your …
Quickstart — PyTorch Tutorials 2.11.0+cu130 documentation
PyTorch has two primitives to work with data: torch.utils.data.DataLoader and torch.utils.data.Dataset. Dataset stores the samples and their corresponding labels, and DataLoader wraps an iterable …
Learn the Basics — PyTorch Tutorials 2.11.0+cu130 documentation
Learn the Basics - Documentation for PyTorch Tutorials, part of the PyTorch ecosystem.
Previous PyTorch Versions
OSX macOS is currently not supported in LTS. Linux and Windows # CUDA 10.2 pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url …
Start Locally | PyTorch
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 Installing on Windows PyTorch can be installed and used on various Windows distributions. Depending on your system and …
Welcome to PyTorch Tutorials — PyTorch Tutorials 2.11.0+cu130 …
Speed up your models with minimal code changes using torch.compile, the latest PyTorch compiler solution.