Skip to content

Commit 847f6b1

Browse files
committed
pytorch version
1 parent 2cfde75 commit 847f6b1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ All included operations work on varying data types and are implemented both for
2424

2525
## Installation
2626

27-
Ensure that PyTorch 0.4.0 is installed and verify that `cuda/bin` and `cuda/install` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
27+
Ensure that at least PyTorch 0.4.0 is installed and verify that `cuda/bin` and `cuda/install` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
2828

2929
```
30+
$ python -c "import torch; print(torch.__version__)"
31+
>>> 0.4.0
32+
3033
$ echo $PATH
31-
/usr/local/cuda/bin:...
34+
>>> /usr/local/cuda/bin:...
3235
3336
$ echo $CPATH
34-
/usr/local/cuda/install:...
37+
>>> /usr/local/cuda/install:...
3538
```
3639

3740
Then run:

0 commit comments

Comments
 (0)