This commit is contained in:
游雁 2024-07-17 10:31:50 +08:00
parent d95a1db9af
commit 2e8dfd6330

View File

@ -62,8 +62,17 @@ SenseVoice-Small是基于非自回归端到端框架模型为了指定任务
- ITN用于指定识别输出文本是否进行逆文本正则化。 - ITN用于指定识别输出文本是否进行逆文本正则化。
# 依赖环境
推理之前请务必更新funasr与modelscope版本
```shell
pip install -U funasr modelscope
```
# 用法 # 用法
## 推理 ## 推理
### modelscope pipeline推理 ### modelscope pipeline推理