Unverified Commit de2b33f9 authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update readme.md

parent 5edbe3ad
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
## 快速使用 ## 快速使用
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式: Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
`
cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime
`
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib 使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib
├───include ├───include
...@@ -38,4 +40,4 @@ pip install --editable ./ ...@@ -38,4 +40,4 @@ pip install --editable ./
``` ```
python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" true python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" true
``` ```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment