From 86730646580259e4f7dbcefdabf86d98addf2a30 Mon Sep 17 00:00:00 2001 From: Eric Baer Date: Thu, 20 Jul 2023 17:02:34 -0700 Subject: [PATCH] Remove torchvision from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c2e3d..1694aba 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ GPU execution requires the NVIDIA libraries cuBLAS 11.x and cuDNN 8.x to be inst ### 2. Install PyTorch2.0, e.g. for Linux and Windows CUDA11.7: -`conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia` +`conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia` See other methods [here.](https://pytorch.org/get-started/previous-versions/#v200)