forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
PyTorch Versions
Svetlana Karslioglu edited this page Mar 16, 2023
·
9 revisions
This table contains the history of PyTorch versions, along with compatible domain libraries.
PyTorch Version | torchvision | torchtext | torchaudio | PyTorch Release Date |
---|---|---|---|---|
2.0.0 | 0.15.1 | 0.15.1 | 2.0.1 | 03/15/2023 |
1.13.0 | 0.14.0 | 0.14.0 | 0.13.0 | 10/28/2022 |
1.12.0 | 0.13.0 | 0.13.0 | 0.12.0 | 06/28/2022 |
1.11.0 | 0.12.0 | 0.12.0 | 0.11.0 | 02/10/2022 |
1.10.1 | 0.11.2 | 0.11.1 | 0.10.1 | 12/15/2021 |
1.10 | 0.11.0 | 0.11.0 | 0.10.0 | 10/21/2021 |
1.9.1 | 0.10.1 | 0.10.1 | 0.9.1 | 9/21/2021 |
1.9.0 | 0.10.0 | 0.10.0 | 0.9.0 | 6/15/2021 |
1.8.1 | 0.9.1 | 3/25/2021 | ||
1.8.0 | 0.9.0 | 0.9.0 | 0.8.0 | 3/4/2021 |
1.7.1 | 0.8.2 | 0.8.1 | 0.7.2 | 12/10/2020 |
1.7.0 | 0.8.0 + 0.8.1 | 0.8.0 | 10/27/2020 | |
1.6.0 | 0.7.0 | 0.7.0 | 0.6.0 | 7/28/2020 |
1.5.1 | 0.6.1 | 0.5.1 | 6/18/2020 | |
1.5.0 | 0.6.0 | 0.6.0 | 0.5.0 | 4/21/2020 |
1.4.0 | 0.5.0 | 0.5.0 | 0.4.0 | 1/15/2020 |
1.3.1 | 0.4.2 | 0.3.2 | 11/7/2019 | |
1.3.0 | 0.4.1 | 0.3.1 | 10/22/2019 | |
1.2.0 | 0.4.0 | 0.3.0 | 8/8/2019 | |
1.1.0 | 0.3.0 | 4/30/2019 | ||
1.0.0 | 0.2.2 | 12/7/2018 | ||
0.4.1 | 7/26/2018 | |||
0.4.0 | 0.2.1 | 0.2.3 | 4/24/2018 | |
0.3.1 | 4/3/2018 | |||
0.3.0 | 1/25/2018 |
Installation instructions can be found on the PyTorch Get Started page.
You can visit this page for instructions for previous versions.
PyTorch presented to you with love by the PyTorch Team of contributors
- Install Prerequisites and Dependencies
- Fork, clone, and checkout the PyTorch source
- Build PyTorch from source
- Tips for developing PyTorch
- PyTorch Workflow Git cheatsheet
- Overview of the Pull Request Lifecycle
- Finding Or Creating Issues
- Pre Commit Checks
- Create a Pull Request
- Typical Pull Request Workflow
- Pull Request FAQs
- Getting Help
- Codebase structure
- Tensors, Operators, and Testing
- Autograd
- Dispatcher, Structured Kernels, and Codegen
- torch.nn
- CUDA basics
- Data (Optional)
- function transforms (Optional)