From 55d88ef5f636408a96f753c0949f8d106be5e100 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期一, 16 十月 2023 11:46:04 +0800 Subject: [PATCH] Update README.md --- funasr/runtime/python/onnxruntime/README.md | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/python/onnxruntime/README.md b/funasr/runtime/python/onnxruntime/README.md index 4379965..eccf3a2 100644 --- a/funasr/runtime/python/onnxruntime/README.md +++ b/funasr/runtime/python/onnxruntime/README.md @@ -8,6 +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 +# For the users in China, you could install with the command: +# pip install -U funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple ``` or install from source code -- Gitblit v1.9.1