FunASR/runtime/onnxruntime/third_party/download_onnxruntime.sh

5 lines
302 B
Bash
Raw Normal View History

2024-05-18 15:50:56 +08:00
# 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