Skip to content

Commit

Permalink
Merge pull request pytorch#18 from jma127/master
Browse files Browse the repository at this point in the history
Temporarily add pytorch nightly build instructions
  • Loading branch information
soumith authored May 4, 2018
2 parents 3bb11e1 + f9ca980 commit e3f4072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3f4072

Please sign in to comment.