From ad939d7777bda4a907d3bd4dde5c081899198435 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期一, 16 十月 2023 11:47:11 +0800 Subject: [PATCH] Update README.md --- funasr/runtime/python/onnxruntime/README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md index eccf3a2..f279e52 100644 --- a/funasr/runtime/python/onnxruntime/README.md +++ b/funasr/runtime/python/onnxruntime/README.md @@ -8,10 +8,10 @@ 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 +# 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