FunASR/runtime/http/requirements_install.md
zhaomingwork 4b388768d0
cpp http post server support (#1739)
* add cpp http server

* add some comment

* remove some comments
2024-05-23 17:34:52 +08:00

313 B

Download onnxruntime

bash third_party/download_onnxruntime.sh

Download ffmpeg

bash third_party/download_ffmpeg.sh

Install openblas and openssl

sudo apt-get install libopenblas-dev libssl-dev #ubuntu
# sudo yum -y install openblas-devel openssl-devel #centos