游雁
2023-02-14 1d4ab65c8bfebaecbcb0eec0064bae9a321cad75
docs_cn/installation.md
@@ -5,6 +5,7 @@
``` sh
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh
source ~/.bashrc
conda create -n funasr python=3.7
conda activate funasr
```
@@ -12,7 +13,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)