From e9ea65679a7d6023c7d24defc9517888efe14833 Mon Sep 17 00:00:00 2001
From: 仁迷 <haoneng.lhn@alibaba-inc.com>
Date: 星期三, 01 三月 2023 11:14:09 +0800
Subject: [PATCH] fix text postprocess bug
---
funasr/runtime/python/onnxruntime/README.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md
index 99dba99..ca6f6b6 100644
--- a/funasr/runtime/python/onnxruntime/README.md
+++ b/funasr/runtime/python/onnxruntime/README.md
@@ -36,7 +36,7 @@
- Build the rapid_paraformer `whl`
```shell
git clone https://github.com/alibaba/FunASR.git && cd FunASR
- cd funasr/runtime/python/onnxruntime/rapid_paraformer
+ cd funasr/runtime/python/onnxruntime
python setup.py bdist_wheel
```
- Install the build `whl`
--
Gitblit v1.9.1