From 85e351bdd9422cb9612fd2d2e0a37e358c26cbc1 Mon Sep 17 00:00:00 2001 From: boji123 <boji123@aliyun.com> Date: 星期五, 18 八月 2023 15:35:49 +0800 Subject: [PATCH] 增加模型下载流程 & 接口修正 & debug (#871) --- funasr/runtime/python/libtorch/README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/python/libtorch/README.md b/funasr/runtime/python/libtorch/README.md index 4d06a8d..4174656 100644 --- a/funasr/runtime/python/libtorch/README.md +++ b/funasr/runtime/python/libtorch/README.md @@ -4,12 +4,12 @@ ### Install [modelscope and funasr](https://github.com/alibaba-damo-academy/FunASR#installation) ```shell -pip3 install torch torchaudio +# pip3 install torch torchaudio pip install -U modelscope funasr # For the users in China, you could install with the command: # pip install -U modelscope funasr -i https://mirror.sjtu.edu.cn/pypi/web/simple pip install torch-quant # Optional, for torchscript quantization -pip install onnxruntime # Optional, for onnx quantization +pip install onnx onnxruntime # Optional, for onnx quantization ``` ### Export [onnx model](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/export) -- Gitblit v1.9.1