From 5e1a9b853d0462848ca9f6e0b45f9081980de670 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 20 Aug 2021 20:28:43 +0800 Subject: [PATCH] Fix a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f1ea0..bb16bb3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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