0


Ollama及其Open-WebUI部署更新

1 安装ollama

curl -fsSL https://ollama.com/install.sh | sh

启动、关闭ollama

systemctl start ollama
systemctl stop ollama
systemctl restart ollama
systemctl status ollama

2 安装Open-WebUI

2.1 不使用容器安装open-webui

    1> 下载opwen-webui代码
git clone https://github.com/open-webui/open-webui.git
    2> 启动opwen-webui
cd open-webui/
        
# Copying required .env file
cp -R

本文转载自: https://blog.csdn.net/space01/article/details/142959322
版权归原作者 space01 所有, 如有侵权,请联系我们删除。

“Ollama及其Open-WebUI部署更新”的评论:

还没有评论