From 2e8dfd633021ed0fa0648d688983876fb40f4278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Wed, 17 Jul 2024 10:31:50 +0800 Subject: [PATCH] update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 303cfcf..d32f9e6 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,17 @@ SenseVoice-Small是基于非自回归端到端框架模型,为了指定任务 - ITN:用于指定识别输出文本是否进行逆文本正则化。 +# 依赖环境 + +推理之前,请务必更新funasr与modelscope版本 + +```shell +pip install -U funasr modelscope +``` + # 用法 + ## 推理 ### modelscope pipeline推理