There was an error while loading. Please reload this page.
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 #推荐python3.7 conda activate funasr
更多conda安装细节参考https://docs.conda.io/en/latest/miniconda.html
pip3 install torch torchvision torchaudio
更多cuda版本对应的pytorch安装命令,请参考 https://pytorch.org/get-started/locally
pip install -U modelscope
pip安装
pip install -U funasr
源码安装
git clone https://github.com/alibaba-damo-academy/FunASR.git && cd FunASR pip install -e ./