Commit 756ee54e authored by mayong's avatar mayong
Browse files

Merge branch 'main' of https://github.com/RapidAI/RapidASR

parents d1871a98 09d6dcf7
...@@ -37,7 +37,6 @@ tester /path/to/models/dir /path/to/wave/file ...@@ -37,7 +37,6 @@ tester /path/to/models/dir /path/to/wave/file
## 依赖 ## 依赖
- fftw3 - fftw3
- openblas
- onnxruntime - onnxruntime
...@@ -69,8 +68,6 @@ wget https://github.com/microsoft/onnxruntime/releases/download/v1.14.0/onnxrunt ...@@ -69,8 +68,6 @@ wget https://github.com/microsoft/onnxruntime/releases/download/v1.14.0/onnxrunt
#install fftw3-dev #install fftw3-dev
apt install libfftw3-dev apt install libfftw3-dev
#install openblas
apt install libopenblas-dev
# build # build
cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/mnt/c/Users/ma139/RapidASR/cpp_onnx/build/onnxruntime-linux-x64-1.14.0 cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/mnt/c/Users/ma139/RapidASR/cpp_onnx/build/onnxruntime-linux-x64-1.14.0
......
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