mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update readme
This commit is contained in:
parent
2c167ecef3
commit
74339f3185
@ -50,7 +50,7 @@ pip config set global.index-url https://mirror.sjtu.edu.cn/pypi/web/simple
|
||||
|
||||
Install or upgrade 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
|
||||
```
|
||||
|
||||
For more details about modelscope, please see [modelscope installation](https://modelscope.cn/docs/%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85)
|
||||
|
||||
@ -26,7 +26,7 @@ For more versions, please see [https://pytorch.org/get-started/locally](https://
|
||||
|
||||
- Install ModelScope
|
||||
``` sh
|
||||
pip install "modelscope[audio]" -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
|
||||
```
|
||||
|
||||
- Install other packages
|
||||
|
||||
@ -26,7 +26,7 @@ pip config set global.index-url https://mirror.sjtu.edu.cn/pypi/web/simple
|
||||
|
||||
安装或更新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仓库,并安装剩余所需依赖
|
||||
|
||||
Loading…
Reference in New Issue
Block a user