From a0561fab05d7edd35b4690bda96f3c600f2e753e Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期一, 16 十月 2023 15:11:22 +0800 Subject: [PATCH] Update readme_cn.md --- funasr/runtime/python/onnxruntime/README.md | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md index eccf3a2..e9fa80c 100644 --- a/funasr/runtime/python/onnxruntime/README.md +++ b/funasr/runtime/python/onnxruntime/README.md @@ -1,17 +1,17 @@ # ONNXRuntime-python -## Install `funasr_onnx` +## Install `funasr-onnx` install from pip ```shell -pip install -U funasr_onnx +pip install -U funasr-onnx # For the users in China, you could install with the command: -# pip install -U funasr_onnx -i https://mirror.sjtu.edu.cn/pypi/web/simple -# If you want to export .onnx file, you should install funasr -pip install -U funasr +# pip install -U funasr-onnx -i https://mirror.sjtu.edu.cn/pypi/web/simple +# If you want to export .onnx file, you should install modelscope and funasr +pip install -U modelscope funasr # For the users in China, you could install with the command: -# pip install -U funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple +# pip install -U modelscope funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple ``` or install from source code -- Gitblit v1.9.1