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 9ffad93 commit c1df3bdCopy full SHA for c1df3bd
README.md
@@ -23,7 +23,7 @@ All included operations work on varying data types and are implemented both for
23
24
## Installation
25
26
-Ensure that at least PyTorch 0.4.1 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.1 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
27
28
```
29
$ python -c "import torch; print(torch.__version__)"
@@ -33,7 +33,7 @@ $ echo $PATH
33
>>> /usr/local/cuda/bin:...
34
35
$ echo $CPATH
36
->>> /usr/local/cuda/install:...
+>>> /usr/local/cuda/include:...
37
38
39
Then run:
0 commit comments