Skip to content

Commit

Permalink
Use production pytorch now
Browse files Browse the repository at this point in the history
  • Loading branch information
jma127 committed Aug 8, 2018
1 parent beaaf37 commit a7e4dd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,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`__). As an alternative, you can install the nightly build (the necessary changes will soon make their way into stable)::
You also need to install PyTorch 0.4.1 or later::

conda install -c pytorch pytorch-nightly cuda90

__ https://github.com/pytorch/pytorch#from-source
conda install -c pytorch pytorch cuda90

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

Expand Down

0 comments on commit a7e4dd8

Please sign in to comment.