Skip to content

Commit e6a8f8c

Browse files
committed
pytorch min version 1.0
1 parent 75a3899 commit e6a8f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
2828

2929
## Installation
3030

31-
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.*:
31+
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.*:
3232

3333
```
3434
$ python -c "import torch; print(torch.__version__)"
35-
>>> 0.4.1
35+
>>> 1.0.0
3636
3737
$ echo $PATH
3838
>>> /usr/local/cuda/bin:...

0 commit comments

Comments
 (0)