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

---
 funasr/runtime/python/onnxruntime/README.md |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md
index 7bf30b1..d87d300 100644
--- a/funasr/runtime/python/onnxruntime/README.md
+++ b/funasr/runtime/python/onnxruntime/README.md
@@ -1,10 +1,6 @@
 ## Using funasr with ONNXRuntime
 
 
-### Introduction
-- Model comes from [speech_paraformer](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary).
-
-
 ### Steps:
 1. Export the model.
    - Command: (`Tips`: torch >= 1.11.0 is required.)
@@ -32,9 +28,8 @@
 
 ```shell
 git clone https://github.com/alibaba/FunASR.git && cd FunASR
-cd funasr/runtime/python/funasr_onnx
-python setup.py build
-python setup.py install
+cd funasr/runtime/python/onnxruntime
+pip install -e ./
 ```
 
 3. Run the demo.

--
Gitblit v1.9.1