FunASR/runtime/websocket/requirements_install.md

15 lines
313 B
Markdown
Raw Normal View History

2024-05-18 15:50:56 +08:00
#### Download onnxruntime
```shell
bash third_party/download_onnxruntime.sh
```
#### Download ffmpeg
```shell
bash third_party/download_ffmpeg.sh
```
#### Install openblas and openssl
```shell
sudo apt-get install libopenblas-dev libssl-dev #ubuntu
# sudo yum -y install openblas-devel openssl-devel #centos
```