Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
RapidASR
Commits
de2b33f9
"vscode:/vscode.git/clone" did not exist on "a8a03c808e13ca3f0af488a433dd1244ad97ba4b"
Unverified
Commit
de2b33f9
authored
Feb 25, 2023
by
Daniel
Committed by
GitHub
Feb 25, 2023
Browse files
Update readme.md
parent
5edbe3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
cpp_onnx/readme.md
cpp_onnx/readme.md
+3
-1
No files found.
cpp_onnx/readme.md
View file @
de2b33f9
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment