From d7440147aabb2e8e6f411073ebac08f1e498e07e Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期五, 14 四月 2023 17:44:46 +0800 Subject: [PATCH] Merge pull request #357 from alibaba-damo-academy/dev_lyb --- README.md | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf5a6c..88ca7c0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ | [**Model Zoo**](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) | [**Contact**](#contact) -## What's new: ## What's new: + For the release notes, please ref to [news](https://github.com/alibaba-damo-academy/FunASR/releases) ## Highlights @@ -30,10 +30,17 @@ ## Installation ``` sh -pip install "modelscope[audio_asr]" --upgrade -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html git clone https://github.com/alibaba/FunASR.git && cd FunASR -pip install --editable ./ +pip install -e ./ ``` +If you want to use the pretrained models in ModelScope, you should install the modelscope: + +```shell +pip install -U modelscope +# For the users in China, you could install with +# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html +``` + For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki) ## Usage -- Gitblit v1.9.1