From db97f29678f4344496136283a08e75d5d8aba643 Mon Sep 17 00:00:00 2001 From: m-bain <36994049+m-bain@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:19:23 +0100 Subject: [PATCH] update pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e34e533..16f1e1c 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 PyTorch 0.11.0, e.g. for Linux and Windows: -`conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch` +`pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113` See other methods [here.](https://pytorch.org/get-started/previous-versions/#wheel-4)