mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
readme
This commit is contained in:
parent
06f937b53e
commit
fc08b62d05
@ -48,13 +48,13 @@ python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn
|
|||||||
## Building Guidance for Linux/Unix
|
## Building Guidance for Linux/Unix
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/RapidAI/RapidASR.git
|
git clone https://github.com/alibaba-damo-academy/FunASR.git && cd funasr/runtime/onnxruntime
|
||||||
cd RapidASR/cpp_onnx/
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
# download an appropriate onnxruntime from https://github.com/microsoft/onnxruntime/releases/tag/v1.14.0
|
# 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
|
# 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
|
wget https://github.com/microsoft/onnxruntime/releases/download/v1.14.0/onnxruntime-linux-x64-1.14.0.tgz
|
||||||
|
tar -zxvf onnxruntime-linux-x64-1.14.0.tgz
|
||||||
# ls
|
# ls
|
||||||
# onnxruntime-linux-x64-1.14.0 onnxruntime-linux-x64-1.14.0.tgz
|
# onnxruntime-linux-x64-1.14.0 onnxruntime-linux-x64-1.14.0.tgz
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user