conda create -n SenseVoiceSmall  python=3.10

export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
conda activate SenseVoiceSmall

git clone https://github.com/FunAudioLLM/SenseVoice.git

cd SenseVoice
pip install -r requirements.txt

pip install gradio

To create a public link, set `share=True` in `launch()`.

 demo.launch (server_name="0.0.0.0", share=True)

访问 http://192.168.1.93:7860/


报错:src/pyaudio/device_api.c:9:10: fatal error: portaudio.h: No such file or directory
sudo apt-get update
sudo apt-get install portaudio19-dev
 

参考:https://blog.csdn.net/engchina/article/details/140257420

参考:如何部署与使用SenseVoice语音大模型

Logo

火山引擎开发者社区是火山引擎打造的AI技术生态平台,聚焦Agent与大模型开发,提供豆包系列模型(图像/视频/视觉)、智能分析与会话工具,并配套评测集、动手实验室及行业案例库。社区通过技术沙龙、挑战赛等活动促进开发者成长,新用户可领50万Tokens权益,助力构建智能应用。

更多推荐