"vscode:/vscode.git/clone" did not exist on "af7b1c3bf233346e9bf100d0dc6fc5f752bc5cca"
Commit bdfdb070 authored by rusty1s's avatar rusty1s
Browse files

typo fix

parent 8629d6f7
......@@ -21,7 +21,7 @@ The operator works on all floating point data types and is implemented both for
## Installation
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.*:
```
$ python -c "import torch; print(torch.__version__)"
......@@ -31,7 +31,7 @@ $ echo $PATH
>>> /usr/local/cuda/bin:...
$ echo $CPATH
>>> /usr/local/cuda/install:...
>>> /usr/local/cuda/include:...
```
Then run:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment