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

Commit 4582a1e

Browse files
authored
Update README to have clear instructions on installing PyTorch 0.1.12
1 parent acb04a5 commit 4582a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ If you use this code or our results in your research, please cite:
2525
## Software Requirements
2626

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

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

0 commit comments

Comments
 (0)