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

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
Expand Up @@ -86,11 +86,9 @@ Here are the dependency installation commands for Ubuntu 18.04 and conda::
# From the project root # From the project root
git submodule sync && git submodule update --init --recursive 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 conda install -c pytorch pytorch cuda90

__ https://github.com/pytorch/pytorch#from-source


A Dockerfile has been provided if you wish to build ELF using Docker. 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.