Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 20, 2021
1 parent 68af349 commit 5e1a9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ You can select the supported Python version, CUDA toolkit version and PyTorch ve

You need to install PyTorch and CMake first.
cmake 3.11 is known to work. Other cmake versions may also work.
PyTorch 1.6.1 and above are known to work. Other PyTorch versions may also work.
PyTorch 1.6.0 and above are known to work. Other PyTorch versions may also work.

```bash
pip install -v kaldilm
Expand All @@ -240,7 +240,7 @@ pip install -v kaldilm
The following are the commands to compile `kaldifeat` from source.
We assume that you have installed `cmake` and PyTorch.
cmake 3.11 is known to work. Other cmake versions may also work.
PyTorch 1.7.1 and 1.8.1 are known to work. Other PyTorch versions may also work.
PyTorch 1.6.0 and above are known to work. Other PyTorch versions may also work.

```bash
mkdir /some/path
Expand Down

0 comments on commit 5e1a9b8

Please sign in to comment.