Browse Source

update readme

speech_asr 3 years ago
parent
commit
62d3a36db4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs_cn/installation.md

+ 1 - 1
docs_cn/installation.md

@@ -12,7 +12,7 @@ conda activate funasr
 - 安装Pytorch (版本 >= 1.7.0):
 
 ```sh
-pip install torch torchvision torchaudio
+pip install torch torchaudio
 ```
 
 关于更多的版本, 请参照 [https://pytorch.org/get-started/locally](https://pytorch.org/get-started/locally)