From f9ca980c760a63f045c45b40f3800a9297abb2d2 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Thu, 3 May 2018 19:03:18 -0700 Subject: [PATCH] Temporarily add pytorch nightly build instructions --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e64117c..7820e9a 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,9 @@ Here are the dependency installation commands for Ubuntu 18.04 and conda:: # From the project root git submodule sync && git submodule update --init --recursive -You also need to install PyTorch from source (see instructions `here`__). +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 __ https://github.com/pytorch/pytorch#from-source