当前位置:   article > 正文

本地部署 SenseVoice - 阿里开源语音大模型_sensevoice怎么安装

sensevoice怎么安装

在这里插入图片描述

1. 创建虚拟环境

conda create -n sensevoice python=3.11 -y
conda activate sensevoice 
  • 1
  • 2

2. 克隆代码

git clone https://github.com/FunAudioLLM/SenseVoice.git
cd SenseVoice
  • 1
  • 2

3. 安装依赖模块

vi python>=3.8

--- delete
python>=3.8
---
  • 1
  • 2
  • 3
  • 4
  • 5
pip install -r requirements.txt
pip install gradio
  • 1
  • 2

4. 启动 WebUI

python webui.py
  • 1

5. 访问 WebUI

使用浏览器打开 http://localhost:7860

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Li_阴宅/article/detail/809517
推荐阅读
相关标签
  

闽ICP备14008679号