zhifu gao 2 лет назад
Родитель
Сommit
55d88ef5f6
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      funasr/runtime/python/onnxruntime/README.md

+ 4 - 0
funasr/runtime/python/onnxruntime/README.md

@@ -8,6 +8,10 @@ install from pip
 pip install -U funasr_onnx
 pip install -U funasr_onnx
 # For the users in China, you could install with the command:
 # 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
 # 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
 or install from source code