Skip to content

Commit 632a178

Browse files
committed
update to 1.0.0
1 parent 148ed6d commit 632a178

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
@@ -35,11 +35,11 @@ All included operations work on varying data types, are implemented both for CPU
3535

3636
## Installation
3737

38-
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.*:
38+
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.*:
3939

4040
```
4141
$ python -c "import torch; print(torch.__version__)"
42-
>>> 0.4.1
42+
>>> 1.0.0
4343
4444
$ echo $PATH
4545
>>> /usr/local/cuda/bin:...

0 commit comments

Comments
 (0)