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 dd346a9 commit 271b5fcCopy full SHA for 271b5fc
README.md
@@ -141,7 +141,7 @@ pytest
141
## C++ API
142
143
`torch-scatter` also offers a C++ API that contains C++ equivalent of python models.
144
-For this, we need to add `TorchLib` to the `-DCMAKE_PREFIX_PATH` (run `import torch, print(torch.utils.cmake_prefix_path)` to obtain it).
+For this, we need to add `TorchLib` to the `-DCMAKE_PREFIX_PATH` (run `import torch; print(torch.utils.cmake_prefix_path)` to obtain it).
145
146
```
147
mkdir build
0 commit comments