About 17,300 results
Open links in new tab
  1. PyTorch

    5 days ago · Distributed Training Scalable distributed training and performance optimization in research and production is enabled by the torch.distributed backend.

  2. PyTorch documentation — PyTorch 2.9 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 …

  3. PyTorch 2.x

    Learn about PyTorch 2.x: faster performance, dynamic shapes, distributed training, and torch.compile.

  4. 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 …

  5. Get Started - PyTorch

    CUDA 13.0 ROCm 6.4 CPU pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126

  6. PyTorch 1.9 Release, including torch.linalg and Mobile Interpreter

    Jun 15, 2021 · PyTorch 1.9 extends support for the new torch.profiler API to more builds, including Windows and Mac and is recommended in most cases instead of the previous …

  7. torch — PyTorch 2.9 documentation

    The torch package contains data structures for multi-dimensional tensors and defines mathematical operations over these tensors. Additionally, it provides many utilities for efficient …

  8. Domains - PyTorch

    PyTorch on XLA Devices PyTorch runs on XLA devices, like TPUs, with the torch_xla package. This document describes how to run your models on these devices.

  9. PyTorch 2.6 Release Blog

    Jan 29, 2025 · Float16 support on X86 CPUs was introduced in PyTorch 2.5 as a prototype feature, and now it has been further improved for both eager mode and Torch.compile + …

  10. 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' …