Skip to content

Commit 81f0f7f

Browse files
Update README.md
1 parent 93d3101 commit 81f0f7f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ python setup.py build_ext --inplace
2525
python -m unittest
2626
```
2727

28+
## Troubleshooting
29+
Ensure that at least PyTorch 1.4.0 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, e.g.:
30+
```
31+
$ python -c "import torch; print(torch.__version__)"
32+
>>> 1.4.0
33+
34+
$ python -c "import torch; print(torch.__version__)"
35+
>>> 1.1.0
36+
37+
$ echo $PATH
38+
>>> /usr/local/cuda/bin:...
39+
40+
$ echo $CPATH
41+
>>> /usr/local/cuda/include:...
42+
```
43+
2844
## Projects using those kernels.
2945

3046
[```Pytorch Point Cloud Benchmark```](https://github.com/nicolas-chaulet/deeppointcloud-benchmarks)

0 commit comments

Comments
 (0)