Created PyTorch Versions (markdown)

Brian Johnson
2021-06-29 09:25:13 -04:00
parent 1cc8b90577
commit 8ed15fd31c

31
PyTorch-Versions.md Normal file

@ -0,0 +1,31 @@
# Domain Version Compatibility Matrix for PyTorch
This table contains the history of PyTorch versions, along with compatible domain
libraries.
|[PyTorch Version](https://pypi.org/project/torch/) |[torchvision](https://pypi.org/project/torchvision/) |[torchtext](https://pypi.org/project/torchtext/) |[torchaudio](https://pypi.org/project/torchaudio/) |PyTorch Release Date |
|--- |--- |--- |--- |--- |
|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](https://pytorch.org/get-started/locally/) page.
You can
visit [this page](https://pytorch.org/get-started/previous-versions/) for instructions for
previous versions.