🌐
GitHub
github.com › pytorch › pytorch
GitHub - pytorch/pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration · GitHub
3 weeks ago - Tensors and Dynamic neural networks in Python with strong GPU acceleration - pytorch/pytorch
Starred by 99.9K users
Forked by 27.8K users
Languages   Python 63.0% | C++ 29.5% | 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 279 users
Forked by 317 users
Languages   HTML 85.7% | Jupyter Notebook 6.3% | SCSS 5.2% | JavaScript 2.2% | Python 0.5% | 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
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 · GitHub
This repository is automatically generated to contain the website source for the PyTorch documentation at https//pytorch.org/docs.
🌐
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%
🌐
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 › 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
Find elsewhere
🌐
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.5K users
Forked by 2.2K users
🌐
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 › 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.3K 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.1K users
Forked by 4.4K users
Languages   Python 96.6% | CSS 1.3% | C++ 1.0% | Shell 0.7% | Makefile 0.2% | CMake 0.1% | Dockerfile 0.1%
🌐
GitHub
github.com › pytorch › pytorch › releases
Releases · pytorch/pytorch
March 20, 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 › 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.
March 28, 2026 - 🔥 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 3.9K users
Forked by 322 users
Languages   Jupyter Notebook 68.7% | Python 24.3% | TypeScript 3.0% | CSS 2.4% | Dockerfile 0.7% | Makefile 0.5%
🌐
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 17.9K users
Forked by 4.9K users
Languages   Jupyter Notebook
🌐
FB
opensource.fb.com › projects › pytorch
PyTorch | Meta Open Source - Facebook
View on GitHubView Website · PyTorch is an open source machine learning framework that accelerates the path from research prototyping to production deployment. PyTorch has the following features: Production Ready: Transition seamlessly between ...
🌐
GitHub
github.com › pytorch › pytorch › pulls
Pull requests · pytorch/pytorch
March 14, 2026 - Tensors and Dynamic neural networks in Python with strong GPU acceleration - Pull requests · pytorch/pytorch
Author   pytorch
🌐
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
🌐
PyTorch
docs.pytorch.org
PyTorch documentation — PyTorch 2.11 documentation
If you are not redirected automatically, follow this link to the documentation
🌐
Ultralytics
docs.ultralytics.com › quickstart
Install Ultralytics | Ultralytics Docs
# 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.