本地部署 mini-omni

本地部署 mini-omni

  • [1. 创建虚拟环境](#1. 创建虚拟环境)
  • [2. 克隆代码](#2. 克隆代码)
  • [3. 安装依赖模块](#3. 安装依赖模块)
  • [4. 启动 server](#4. 启动 server)
  • [5. 运行 streamlit demo](#5. 运行 streamlit demo)
  • [6. 运行 gradio demo](#6. 运行 gradio demo)

1. 创建虚拟环境

conda create -n omni python=3.10
conda activate omni

2. 克隆代码

git clone https://github.com/gpt-omni/mini-omni.git
cd mini-omni

3. 安装依赖模块

pip install -r requirements.txt

4. 启动 server

sudo apt-get install ffmpeg
conda activate omni
cd mini-omni
python3 server.py --ip '0.0.0.0' --port 60808

5. 运行 streamlit demo

sudo apt-get install libasound2-dev portaudio19-dev libportaudio2 libportaudiocpp0

export PYTHONPATH=./
pip install PyAudio==0.2.14
conda install -c conda-forge libstdcxx-ng
API_URL=http://0.0.0.0:60808/chat streamlit run webui/omni_streamlit.py

使用浏览器打开 http://localhost:8501/ 进行访问。

6. 运行 gradio demo

API_URL=http://0.0.0.0:60808/chat python3 webui/omni_gradio.py --port 7860

使用浏览器打开 http://localhost:7860/ 进行访问。


参考资料:

完结!

相关推荐
wxl78122713 天前
Mac M1下运行端到端语音模型Mini-Omni
macos·mini-omni·qwen2-0.5b·end to end
代码讲故事1 个月前
AI自动生成PPT解决方案,AI生成PPT-PrensentationGen-Java实现
java·人工智能·开源·powerpoint·ppt·本地部署·离线部署
代码讲故事1 个月前
Llama系列上新多模态!3.2版本开源超闭源,还和Arm联手搞了手机优化版,Meta首款多模态Llama 3.2开源!1B羊驼宝宝,跑在手机上了
人工智能·智能手机·开源·llama·多模态·本地部署·离线部署
engchina4 个月前
本地部署 SenseVoice - 阿里开源语音大模型
人工智能·本地部署·sensevoice
冻感糕人~5 个月前
GPT大模型不再遥不可及:本地化部署让每个人都能拥有
人工智能·gpt·自然语言处理·大语言模型·ai大模型·计算机技术·本地部署
Alex_StarSky10 个月前
GPT实战系列-实战Qwen在Cuda 12+24G部署方案
llm·私有化部署·qwen·本地部署·qwen14b·24g显存·cuda12
Alex_StarSky10 个月前
GPT实战系列-LangChain + ChatGLM3构建天气查询助手
langchain·大模型·llm·本地部署·chatglm3·天气查询助手
不停感叹的老林_<C 语言编程核心突破>1 年前
2024-01-04 用llama.cpp部署本地llama2-7b大模型
大模型·本地部署·llama-2-7b
Alex_StarSky1 年前
GPT实战系列-ChatGLM2部署Ubuntu+Cuda11+显存24G实战方案
人工智能·ai·chatgpt·大模型·gpt4·chatglm·本地部署