From 15eeb07f444f3b78f28964744175aad64c7a6ab3 Mon Sep 17 00:00:00 2001
From: IrvingGao <1729854488@qq.com>
Date: Sat, 18 May 2024 15:52:39 +0800
Subject: [PATCH] first commit for takway.ai
---
README_zh.md | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/README_zh.md b/README_zh.md
index d3c9ff6..2aa894f 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -52,16 +52,13 @@ FunASR希望在语音识别的学术研究和工业应用之间架起一座桥
- 2023.07.17: BAT一种低延迟低内存消耗的RNN-T模型发布,详细信息参阅([BAT](egs/aishell/bat))
- 2023.06.26: ASRU2023 多通道多方会议转录挑战赛2.0完成竞赛结果公布,详细信息参阅([M2MeT2.0](https://alibaba-damo-academy.github.io/FunASR/m2met2_cn/index.html))
-
+
## 安装教程
-```shell
-pip3 install -U funasr
-```
-或者从源代码安装
+从源代码安装
``` sh
-git clone https://github.com/alibaba/FunASR.git && cd FunASR
-pip3 install -e ./
+git clone http://43.132.157.186:3000/gaohz/FunASR.git && cd FunASR
+pip3 install -v -e .
```
如果需要使用工业预训练模型,安装modelscope(可选)