Pinned Repositories
captum
Model interpretability and understanding for PyTorch
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
ignite
High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
serve
Serve, optimize and scale PyTorch models in production
text
Models, data loaders and abstractions for language processing, powered by PyTorch
torchrec
Pytorch domain library for recommendation systems
torchtune
PyTorch native finetuning library
tutorials
PyTorch tutorials.
vision
Datasets, Transforms and Models specific to Computer Vision
pytorch's Repositories
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
pytorch/tutorials
PyTorch tutorials.
pytorch/captum
Model interpretability and understanding for PyTorch
pytorch/torchtune
PyTorch native finetuning library
pytorch/text
Models, data loaders and abstractions for language processing, powered by PyTorch
pytorch/torchchat
Run PyTorch LLMs locally on servers, desktop and mobile
pytorch/botorch
Bayesian optimization in PyTorch
pytorch/TensorRT
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
pytorch/audio
Data manipulation and transformation for audio signal processing, powered by PyTorch
pytorch/xla
Enabling PyTorch on XLA Devices (e.g. Google TPU)
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
pytorch/executorch
On-device AI across mobile, embedded and edge for PyTorch
pytorch/torchrec
Pytorch domain library for recommendation systems
pytorch/tnt
A lightweight library for PyTorch training tools and utilities
pytorch/ao
PyTorch native quantization and sparsity for training and inference
pytorch/functorch
functorch is JAX-like composable function transforms for PyTorch.
pytorch/FBGEMM
FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/
pytorch/data
A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
pytorch/benchmark
TorchBench is a collection of open source benchmarks used to evaluate PyTorch performance.
pytorch/tensordict
TensorDict is a pytorch dedicated tensor container.
pytorch/kineto
A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.
pytorch/builder
Continuous builder and binary build scripts for pytorch
pytorch/pytorch.github.io
The website for PyTorch
pytorch/cppdocs
PyTorch C++ API Documentation
pytorch/multipy
torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python interpreters in a single C++ process.
pytorch/test-infra
This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
pytorch/torchcodec
PyTorch video decoding
pytorch/docs
This repository is automatically generated to contain the website source for the PyTorch documentation at https//pytorch.org/docs.