Skip to content

Commit

Permalink
Add numpy install to test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-liu committed Jan 19, 2021
1 parent 3bc0a68 commit 2c08d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ for torchver in 1.3.1; do
conda create -n torch${torchver}_${cuversion}_py${pyversion} python=${pyversion} --yes ;
conda activate torch${torchver}_${cuversion}_py${pyversion} ;
pip install -U pip
pip install torch==${torchver}+cu${cuversion} -f https://nelsonliu.me/files/pytorch/whl/torch_stable.html ;
pip install torch==${torchver}+cu${cuversion} -f https://nelsonliu.me/files/pytorch/whl/torch_stable.html ;
pip install numpy ;
conda deactivate ;
done;
done;
Expand Down

0 comments on commit 2c08d76

Please sign in to comment.