From 910b1cd12a33a3943b6e9d0f47a83351fd456553 Mon Sep 17 00:00:00 2001 From: Colm Date: Mon, 23 Dec 2019 23:02:56 -0500 Subject: [PATCH 1/2] Update requirements.txt pip install torch==1.2.0 cannot find file. Command recommended via https://pytorch.org/get-started/previous-versions/ installs the CUDA 9.2 version despite saying it would install the CUDA 10.0 version. Link added will path to correct version needed. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1bbbd34..90de55c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy regex -torch==1.2.0 +torch==1.2.0 @ https://download.pytorch.org/whl/cu100/torch-1.2.0-cp37-cp37m-win_amd64.whlpip ##Install link PyTorch provides installes CUDA 9.2 build. This picks the correct CUDA 10.0 build. pyjarowinkler From d81de3b2e1451787e79ea486d8e3dd0b89cd25e9 Mon Sep 17 00:00:00 2001 From: Colm Date: Tue, 24 Dec 2019 00:13:59 -0500 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90de55c..0115f40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy regex -torch==1.2.0 @ https://download.pytorch.org/whl/cu100/torch-1.2.0-cp37-cp37m-win_amd64.whlpip ##Install link PyTorch provides installes CUDA 9.2 build. This picks the correct CUDA 10.0 build. +https://download.pytorch.org/whl/cu100/torch-1.2.0-cp37-cp37m-win_amd64.whl ##Torch 1.2.0 CUDA 10.0 pyjarowinkler