Skip to content

Commit a83b9a1

Browse files
authored
README: update torch/torchvision support table (#4133)
1 parent 4a3b947 commit a83b9a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ supported Python versions.
2323
+==========================+==========================+=================================+
2424
| ``master`` / ``nightly`` | ``master`` / ``nightly`` | ``>=3.6`` |
2525
+--------------------------+--------------------------+---------------------------------+
26+
| ``1.9.0`` | ``0.10.0`` | ``>=3.6`` |
27+
+--------------------------+--------------------------+---------------------------------+
28+
| ``1.8.1`` | ``0.9.1`` | ``>=3.6`` |
29+
+--------------------------+--------------------------+---------------------------------+
2630
| ``1.8.0`` | ``0.9.0`` | ``>=3.6`` |
2731
+--------------------------+--------------------------+---------------------------------+
2832
| ``1.7.1`` | ``0.8.2`` | ``>=3.6`` |
@@ -71,7 +75,7 @@ From source:
7175
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
7276
7377
74-
In case building TorchVision from source fails, install the nightly version of PyTorch following
78+
In case building TorchVision from source fails, install the nightly version of PyTorch following
7579
the linked guide on the `contributing page <https://github.com/pytorch/vision/blob/master/CONTRIBUTING.md#development-installation>`_ and retry the install.
7680

7781
By default, GPU support is built if CUDA is found and ``torch.cuda.is_available()`` is true.

0 commit comments

Comments
 (0)