6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
5 lines
302 B
Bash
5 lines
302 B
Bash
|
|
# 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
|
|
tar -zxvf onnxruntime-linux-x64-1.14.0.tgz |