Commit e6a8f8c4 authored by rusty1s's avatar rusty1s
Browse files

pytorch min version 1.0

parent 75a3899f
...@@ -28,11 +28,11 @@ Note that only `value` comes with autograd support, as `index` is discrete and t ...@@ -28,11 +28,11 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
## Installation ## Installation
Ensure that at least PyTorch 0.4.1 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*: Ensure that at least PyTorch 1.0.0 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
``` ```
$ python -c "import torch; print(torch.__version__)" $ python -c "import torch; print(torch.__version__)"
>>> 0.4.1 >>> 1.0.0
$ echo $PATH $ echo $PATH
>>> /usr/local/cuda/bin:... >>> /usr/local/cuda/bin:...
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment