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 927ede3 commit 8f5b271Copy full SHA for 8f5b271
README.md
@@ -47,11 +47,11 @@ or from source
47
pip install git+https://github.com/DiffAPF/torchlpc.git
48
```
49
50
-If you want to use the CUDA version, make sure you have a compatible CUDA toolkit with your PyTorch installation.
+If you want to run it on NVIDIA GPU, make sure you have CUDA toolkit installed, with a verion compatible with your PyTorch installation.
51
52
### MacOS
53
54
-To compile with OpenMP support on MacOS, you need to instal `libomp` via Homebrew.
+To compile with OpenMP support on MacOS, you need to install `libomp` via Homebrew.
55
Also, use `llvm@15` as the C++ compiler to ensure compatibility with OpenMP.
56
57
```bash
0 commit comments