Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update README to have clear instructions on installing PyTorch 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Smerity authored Aug 25, 2017
1 parent acb04a5 commit 4582a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ If you use this code or our results in your research, please cite:
## Software Requirements

This codebase requires Python 3 and PyTorch 0.1.12_2.
If you are using Anaconda, this can be achieved via:
`conda install pytorch=0.1.12 -c soumith`.

Note the older version of PyTorch - upgrading to later versions would require minor updates and would prevent the exact reproductions of the results below.
Pull requests which update to later PyTorch versions are welcome, especially if they have baseline numbers to report too :)
Expand Down

0 comments on commit 4582a1e

Please sign in to comment.