From 9b58583606abdfa71977d3970c1b8dddc470df72 Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Fri, 4 May 2018 14:26:28 -0400 Subject: [PATCH] update nightly instruction to cuda9.0 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7820e9a..5bdbf8b 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Here are the dependency installation commands for Ubuntu 18.04 and conda:: You also need to install PyTorch from source (see instructions `here`__). As an alternative, you can install the nightly build (the necessary changes will soon make their way into stable):: - conda install -c pytorch pytorch-nightly + conda install -c pytorch pytorch-nightly cuda90 __ https://github.com/pytorch/pytorch#from-source