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
6fbcb53d
"docs/vscode:/vscode.git/clone" did not exist on "b3c2cfceb35f8c962bf596f81ea6c5dcc47ed39a"
Unverified
Commit
6fbcb53d
authored
Feb 26, 2023
by
Daniel
Committed by
GitHub
Feb 26, 2023
Browse files
Update readme.md
parent
8b3a8f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
cpp_onnx/readme.md
cpp_onnx/readme.md
+24
-0
No files found.
cpp_onnx/readme.md
View file @
6fbcb53d
...
...
@@ -41,3 +41,27 @@ pip install --editable ./
```
python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" true
```
## Building Guidance
```
git clone https://github.com/RapidAI/RapidASR.git
cd RapidASR/cpp_onnx/
mkdir build
cd build
# download an appropriate onnxruntime from https://github.com/microsoft/onnxruntime/releases/tag/v1.14.0
# here we get a copy of onnxruntime for linux 64
wget https://github.com/microsoft/onnxruntime/releases/download/v1.14.0/onnxruntime-linux-x64-1.14.0.tgz
#ls
# onnxruntime-linux-x64-1.14.0 onnxruntime-linux-x64-1.14.0.tgz
#install fftw3-dev
apt install libfftw3-dev
#install openblas
apt install libopenblas-dev
# build
cmake ../ -DONNXRUNTIME_DIR=onnxruntime-linux-x64-1.14.0
``
``
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