Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 751eb1c

Browse files
authored
Merge pull request #79 from jma127/master
Use production pytorch now
2 parents 2c37625 + a7e4dd8 commit 751eb1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ Here are the dependency installation commands for Ubuntu 18.04 and conda::
8686
# From the project root
8787
git submodule sync && git submodule update --init --recursive
8888

89-
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)::
89+
You also need to install PyTorch 0.4.1 or later::
9090

91-
conda install -c pytorch pytorch-nightly cuda90
92-
93-
__ https://github.com/pytorch/pytorch#from-source
91+
conda install -c pytorch pytorch cuda90
9492

9593
A Dockerfile has been provided if you wish to build ELF using Docker.
9694

0 commit comments

Comments
 (0)