From a83b9a17e441e6d77e9d59ca14d75fb5ba8c31f6 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 29 Jun 2021 04:44:32 -0500 Subject: [PATCH] README: update torch/torchvision support table (#4133) --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db50cae8fd0..2c6daee4cc2 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,10 @@ supported Python versions. +==========================+==========================+=================================+ | ``master`` / ``nightly`` | ``master`` / ``nightly`` | ``>=3.6`` | +--------------------------+--------------------------+---------------------------------+ +| ``1.9.0`` | ``0.10.0`` | ``>=3.6`` | ++--------------------------+--------------------------+---------------------------------+ +| ``1.8.1`` | ``0.9.1`` | ``>=3.6`` | ++--------------------------+--------------------------+---------------------------------+ | ``1.8.0`` | ``0.9.0`` | ``>=3.6`` | +--------------------------+--------------------------+---------------------------------+ | ``1.7.1`` | ``0.8.2`` | ``>=3.6`` | @@ -71,7 +75,7 @@ From source: # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install -In case building TorchVision from source fails, install the nightly version of PyTorch following +In case building TorchVision from source fails, install the nightly version of PyTorch following the linked guide on the `contributing page `_ and retry the install. By default, GPU support is built if CUDA is found and ``torch.cuda.is_available()`` is true.