[deepin exploration] uosai本地模型为什么假装被选择了 实际上用的还是在线的?
Tofloor
poster avatar
raspbian
deepin
2024-08-16 11:50
Author

image.png

其中 ollama的安装方式改成了docker部署方式 更灵活


services:
    ollama:
        volumes:
            - ./data:/root/.ollama
        ports:
            - 11434:11434
        container_name: ollama
        image: ollama/ollama

经测试第一次打开uosai提示你创建的免费账号不能忽略 不能删除这个账号 否则后面任何模型都添加不了

如果你已经删除了 删掉uos-ai重新安装

sudo apt purge uos-ai
sudo apt install uos-ai

虽然能正确添加

但是请求根本没有走本地的ollama

而是直接从试用账号发出的

该设置的都设置了

不知道为什么

已经断网测试过了

本地模型本身可以正常使用

但是在这个窗口里会报错连接失败

模型设置的网址是127.0.0.1

不存在网络问题

Reply Favorite View the author
All Replies
用户不存在
deepin
2024-08-16 11:57
#1

1)ollama的本地模型无法执行类似关机等命令。

2)升级时发现有uos-ai-models包,不知道怎么用。

望大神说明。

Reply View the author
Bail
deepin
2024-08-16 13:57
#2

同问

Reply View the author
Indedeve
deepin
Backbone of ecological co-construction group
2024-08-16 14:44
#3
Reply View the author
raspbian
deepin
2024-08-16 15:32
#4

e 你亲自试过再说

我就是看他说的能用了才部署的

Reply View the author
Indedeve
deepin
Backbone of ecological co-construction group
2024-08-16 21:31
#5
raspbian

e 你亲自试过再说

我就是看他说的能用了才部署的

image.png

有啥问题?我断网了也一样可以用。

Reply View the author
raspbian
deepin
2024-08-16 23:43
#6
Indedeve

image.png

有啥问题?我断网了也一样可以用。

我删掉那个试用账号后或者全部选择本地都无法使用

Reply View the author