Skip to content

Commit 8f5b271

Browse files
committed
fix: correct typos in README.md
1 parent 927ede3 commit 8f5b271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ or from source
4747
pip install git+https://github.com/DiffAPF/torchlpc.git
4848
```
4949

50-
If you want to use the CUDA version, make sure you have a compatible CUDA toolkit with your PyTorch installation.
50+
If you want to run it on NVIDIA GPU, make sure you have CUDA toolkit installed, with a verion compatible with your PyTorch installation.
5151

5252
### MacOS
5353

54-
To compile with OpenMP support on MacOS, you need to instal `libomp` via Homebrew.
54+
To compile with OpenMP support on MacOS, you need to install `libomp` via Homebrew.
5555
Also, use `llvm@15` as the C++ compiler to ensure compatibility with OpenMP.
5656

5757
```bash

0 commit comments

Comments
 (0)