🌐
GitHub
github.com › pytorch › pytorch
GitHub - pytorch/pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration · GitHub
April 23, 2026 - Tensors and Dynamic neural networks in Python with strong GPU acceleration - pytorch/pytorch
Starred by 101K users
Forked by 28K users
Languages   Python 63.8% | C++ 28.7% | Cuda 2.7% | C 1.3% | Objective-C++ 1.0% | CMake 0.6%
🌐
GitHub
github.com › pytorch › pytorch.github.io
GitHub - pytorch/pytorch.github.io: The website for PyTorch · GitHub
The website for PyTorch. Contribute to pytorch/pytorch.github.io development by creating an account on GitHub.
Starred by 281 users
Forked by 319 users
Languages   HTML 85.1% | Jupyter Notebook 6.3% | SCSS 5.1% | JavaScript 2.5% | Python 0.9% | Shell 0.1%
Discussions

Learning Pytorch and Finding Functions in Github
This is not a useful way of learning. PyTorch, like many advanced Python libraries, contains a lot of code which is implemented directly in C. I would not be surprised if this was one example. More on reddit.com
🌐 r/learnpython
3
2
October 7, 2024
PyTorch deep learning github repo
I’ve been grinding PyTorch for a bit and ended up building this repo with notes + simple examples as I went along. Thought it might help other people… More on reddit.com
🌐 r/learnmachinelearning
2
14
September 8, 2025
TensorFlow vs PyTorch vs JAX: GitHub star counts seem surprisingly linear. What do you think the future holds for these frameworks? [D]
i spoke to someone working at google, she told me nobody at google uses TF anymore, its all JAX there. More on reddit.com
🌐 r/MachineLearning
21
0
November 4, 2023
[D] PyTorch 2.0 Announcement

100% backwards compatibility. Thank god.

More on reddit.com
🌐 r/MachineLearning
47
553
December 2, 2022
🌐
GitHub
github.com › pytorch
pytorch · GitHub
pytorch has 70 repositories available. Follow their code on GitHub.
🌐
GitHub
github.com › pytorch › examples
GitHub - pytorch/examples: A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. · GitHub
For changes to pytorch.org: https://github.com/pytorch/pytorch.github.io
Starred by 23.9K users
Forked by 9.8K users
Languages   Python 83.1% | C++ 11.1% | Shell 4.6% | CMake 1.2%
open source machine learning library for Python, based on Torch
PyTorch is an open-source deep learning library, originally developed by Meta Platforms and currently developed with support from the Linux Foundation. The successor to Torch, PyTorch provides a high-level API that builds … Wikipedia
Factsheet
Original authors Gregory Chanan
Soumith Chintala
Sam Gross
Adam Paszke
Developer Meta AI
Initial release September 2016; 9 years ago (2016-09)
Factsheet
Original authors Gregory Chanan
Soumith Chintala
Sam Gross
Adam Paszke
Developer Meta AI
Initial release September 2016; 9 years ago (2016-09)
🌐
PyTorch Foundation
pytorch.org
PyTorch Foundation
github · slack · discord · © 2026 PyTorch. Copyright © The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For more information, including terms of use, privacy policy, and trademark usage, please see our Policies page.
🌐
GitHub
github.com › pytorch › pytorch › releases
Releases · pytorch/pytorch
May 11, 2026 - This commit was created on GitHub.com and signed with GitHub’s verified signature. ... Learn about vigilant mode. ... There was an error while loading. Please reload this page. ... Significant Memory Regression in F.conv3d with bfloat16 Inputs in PyTorch 2.9.0 (#166643) This release provides work around this issue.
Author   pytorch
🌐
GitHub
github.com › ritchieng › the-incredible-pytorch
GitHub - ritchieng/the-incredible-pytorch: The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. · GitHub
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. - ritchieng/the-incredible-pytorch
Starred by 12.6K users
Forked by 2.2K users
Find elsewhere
🌐
GitHub
github.com › topics › pytorch
pytorch · GitHub Topics · GitHub
python cli tracking machine-learning computer-vision deep-learning hub pytorch yolo image-classification object-detection pose-estimation instance-segmentation ultralytics rotated-object-detection yolov8 segment-anything yolo-world yolo11 yolo26
🌐
GitHub
github.com › duoan › TorchCode
GitHub - duoan/TorchCode: 🔥 LeetCode for PyTorch — practice implementing softmax, attention, GPT-2 and more from scratch with instant auto-grading. Jupyter-based, self-hosted or try online.
3 weeks ago - 🔥 LeetCode for PyTorch — practice implementing softmax, attention, GPT-2 and more from scratch with instant auto-grading. Jupyter-based, self-hosted or try online. - duoan/TorchCode
Starred by 4.2K users
Forked by 355 users
Languages   Jupyter Notebook 63.2% | Python 24.8% | TypeScript 7.8% | CSS 2.6% | Dockerfile 0.7% | Makefile 0.5%
🌐
GitHub
github.com › yunjey › pytorch-tutorial
GitHub - yunjey/pytorch-tutorial: PyTorch Tutorial for Deep Learning Researchers · GitHub
PyTorch Tutorial for Deep Learning Researchers. Contribute to yunjey/pytorch-tutorial development by creating an account on GitHub.
Starred by 32.4K users
Forked by 8.2K users
Languages   Python 99.4% | Shell 0.6%
🌐
GitHub
github.com › pytorch › tutorials
GitHub - pytorch/tutorials: PyTorch tutorials. · GitHub
PyTorch tutorials. Contribute to pytorch/tutorials development by creating an account on GitHub.
Starred by 9.2K users
Forked by 4.4K users
Languages   Python 96.7% | CSS 1.3% | C++ 1.0% | Shell 0.6% | Makefile 0.2% | CMake 0.1% | Dockerfile 0.1%
🌐
Reddit
reddit.com › r/learnpython › learning pytorch and finding functions in github
r/learnpython on Reddit: Learning Pytorch and Finding Functions in Github
October 7, 2024 -

I am learning pytorch through their documentation so I can try to become more familiar with reading through API documentation and learning Python at a deeper level.

https://github.com/pytorch/pytorch/tree/main/torch

If I am looking for a specific function, I know that you can typically find the function in github by following the import path. However, for example, in pytorch, torch.rand( ) I can't find in github. How do you search for a function like this in github?

https://pytorch.org/docs/stable/generated/torch.rand.html#torch.rand

In github, I went to pytorch/torch/random.py but it is not defined there.

I also looked at the __init__.py file and saw that "rand" is in the __all__ definition but I am still wondering how to find the actual function definition in the github repo.

🌐
GitHub
github.com › mrdbourke › pytorch-deep-learning
GitHub - mrdbourke/pytorch-deep-learning: Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course. · GitHub
A fasssssst introduction to PyTorch 2.0, what's new and how to get started along with resources to learn more. ... All materials completed and videos published on Zero to Mastery! See the project page for work-in-progress board - https://github.com/users/mrdbourke/projects/1
Starred by 18.1K users
Forked by 5K users
Languages   Jupyter Notebook
🌐
Reddit
reddit.com › r/learnmachinelearning › pytorch deep learning github repo
r/learnmachinelearning on Reddit: PyTorch deep learning github repo
September 8, 2025 - I’ve been grinding PyTorch for a bit and ended up building this repo with notes + simple examples as I went along. Thought it might help other people who are starting out too · It’s still growing (I’ll keep adding stuff as I learn more), but right now it covers the basics in a structured way. Would love any feedback, suggestions, or just thoughts on how I can make it better · link : https://github.com/mahidhiman12/Deep_Learning_with_PyTorch
🌐
Ultralytics
docs.ultralytics.com › ultralytics docs › home › quickstart
Install Ultralytics | Ultralytics Docs
November 12, 2023 - # Install the ultralytics package from GitHub pip install git+https://github.com/ultralytics/ultralytics.git@main · See the ultralytics pyproject.toml file for a list of dependencies. Note that all examples above install all required dependencies. ... PyTorch requirements vary by operating system and CUDA requirements, so install PyTorch first by following the instructions at PyTorch.
🌐
GitHub
github.com › pytorch › pytorch.github.io › issues
Issues · pytorch/pytorch.github.io · GitHub
The website for PyTorch. Contribute to pytorch/pytorch.github.io development by creating an account on GitHub.
Author   pytorch
🌐
GitHub
github.com › torch
Torch · GitHub
Torch has 46 repositories available. Follow their code on GitHub.
🌐
GitHub
raw.githubusercontent.com › pytorch › pytorch › main › README.md
https://raw.githubusercontent.com/pytorch/pytorch/...
If you want to disable Intel GPU support, export the environment variable `USE_XPU=0`. Other potentially useful environment variables may be found in `setup.py`. #### Get the PyTorch Source ```bash git clone https://github.com/pytorch/pytorch cd pytorch # if you are updating an existing checkout git submodule sync git submodule update --init --recursive ``` #### Install Dependencies **Common** ```bash # Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section above pip install --group dev ``` **On Linux** ```bash pip install mkl-static mkl-include # CUDA only: Add LAPACK support for the GPU if needed # magma installation: run with active conda environment.