mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Created PyTorch Versions (markdown)
31
PyTorch-Versions.md
Normal file
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.
|
Reference in New Issue
Block a user