Fix a typo.

This commit is contained in:
Fangjun Kuang 2021-08-20 20:28:43 +08:00
parent 68af349947
commit 5e1a9b853d

View File

@ -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. You need to install PyTorch and CMake first.
cmake 3.11 is known to work. Other cmake versions may also work. 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 ```bash
pip install -v kaldilm pip install -v kaldilm
@ -240,7 +240,7 @@ pip install -v kaldilm
The following are the commands to compile `kaldifeat` from source. The following are the commands to compile `kaldifeat` from source.
We assume that you have installed `cmake` and PyTorch. We assume that you have installed `cmake` and PyTorch.
cmake 3.11 is known to work. Other cmake versions may also work. 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 ```bash
mkdir /some/path mkdir /some/path