From 44366d4ede92f68c86f751ad68252c28162b362b Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 14 四月 2023 23:18:59 +0800
Subject: [PATCH] readme

---
 README.md |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8bd5ff9..fb3f3ae 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 | [**Tutorial**](https://github.com/alibaba-damo-academy/FunASR/wiki#funasr%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C)
 | [**Papers**](https://github.com/alibaba-damo-academy/FunASR#citations)
 | [**Runtime**](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime)
-| [**Model Zoo**](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary)
+| [**Model Zoo**](https://github.com/alibaba-damo-academy/FunASR/blob/main/docs/modelscope_models.md)
 | [**Contact**](#contact)
 
 
@@ -30,10 +30,17 @@
 ## Installation
 
 ``` sh
-pip install -U modelscope
 git clone https://github.com/alibaba/FunASR.git && cd FunASR
 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