游雁
2023-02-21 aaacedf2dd1d1d34e3016a2ba9eb7db15d0a0ef7
onnxruntime
1个文件已修改
6 ■■■■■ 已修改文件
funasr/runtime/python/onnxruntime/README.md 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/README.md
@@ -11,8 +11,7 @@
### Steps:
1. Export the model.
   `Tips`: torch 1.11.0 is required.
   - Command: (`Tips`: torch 1.11.0 is required.)
   ```shell
   python -m funasr.export.export_model [model_name] [export_dir] [true]
@@ -22,7 +21,6 @@
   `export_dir`: the dir where the onnx is export.
   More details ref to ([export docs](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/export))
   - `e.g.`, Export model from modelscope
      ```shell
@@ -34,7 +32,7 @@
      ```
2. Install the `rapid_paraformer`
2. Install the `rapid_paraformer`.
    - Build the rapid_paraformer `whl`
    ```shell
    git clone https://github.com/alibaba/FunASR.git && cd FunASR