From 4582a1e9ecb1de177c01d01510dccd00b9abbbde Mon Sep 17 00:00:00 2001 From: Stephen Merity Date: Fri, 25 Aug 2017 14:56:02 -0700 Subject: [PATCH] Update README to have clear instructions on installing PyTorch 0.1.12 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 871ce9b..f16b8eb 100644 --- a/README.md +++ b/README.md @@ -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 :)