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
5cacbb67
Commit
5cacbb67
authored
Feb 26, 2023
by
mayong
Browse files
Merge branch 'main' of
https://github.com/RapidAI/RapidASR
parents
5e7ee551
9a2daead
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
cpp_onnx/readme.md
cpp_onnx/readme.md
+5
-3
No files found.
cpp_onnx/readme.md
View file @
5cacbb67
...
@@ -9,12 +9,14 @@
...
@@ -9,12 +9,14 @@
安装Vs2022 打开cpp_onnx目录下的cmake工程,直接 build即可。 本仓库已经准备好所有相关依赖库。
安装Vs2022 打开cpp_onnx目录下的cmake工程,直接 build即可。 本仓库已经准备好所有相关依赖库。
Windows下已经预置fftw3、onnxruntime及openblas库
### Linux
### Linux
See the bottom of this page: Building Guidance
See the bottom of this page: Building Guidance
Windows下已经预置fftw3及openblas库。
### 运行程序
### 运行程序
...
@@ -53,7 +55,7 @@ pip install --editable ./
...
@@ -53,7 +55,7 @@ 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
```
```
## Building Guidance
## Building Guidance
for Linux/Unix
```
```
git clone https://github.com/RapidAI/RapidASR.git
git clone https://github.com/RapidAI/RapidASR.git
...
@@ -80,7 +82,7 @@ apt install libopenblas-dev
...
@@ -80,7 +82,7 @@ apt install libopenblas-dev
```
`
```
`
###
t
he structure of onnxruntime package.
###
T
he structure of
a qualified
onnxruntime package.
```
```
onnxruntime_xxx
onnxruntime_xxx
├───include
├───include
...
...
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