We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfde75 commit 847f6b1Copy full SHA for 847f6b1
README.md
@@ -24,14 +24,17 @@ All included operations work on varying data types and are implemented both for
24
25
## Installation
26
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.*:
+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.*:
28
29
```
30
+$ python -c "import torch; print(torch.__version__)"
31
+>>> 0.4.0
32
+
33
$ echo $PATH
-/usr/local/cuda/bin:...
34
+>>> /usr/local/cuda/bin:...
35
36
$ echo $CPATH
-/usr/local/cuda/install:...
37
+>>> /usr/local/cuda/install:...
38
39
40
Then run:
0 commit comments