speech_asr
2023-02-09 62d3a36db4676b98473c1e5cbad2ef5c700370b6
docs_cn/installation.md
@@ -12,7 +12,7 @@
- 安装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)
@@ -26,7 +26,7 @@
安装或更新ModelScope
``` sh
pip install "modelscope[audio]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
pip install "modelscope[audio_asr]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
```
- 下载FunASR仓库,并安装剩余所需依赖