【Ollama大模型部署】Ollama拉取模型代理错误。ollama pull huihui_ai/qwen3.5-abliterated:0.8
·
(base) root@kelabserver1:~# ollama pull huihui_ai/qwen3.5-abliterated:0.8B
pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/huihui_ai/qwen3.5-abliterated/manifests/0.8B": dial tcp 172.67.182.229:443: i/o timeout
已经配置了代理但是还是不行。
(base) root@kelabserver1:~# export http_proxy=http://192.168.31.158:7892
(base) root@kelabserver1:~# export https_proxy=http://192.168.31.158:7892
【解决方案】
找了一下是因为要在Ollama配置里去配,拉取是通过的Ollama进程。
sudo vim /etc/systemd/system/ollama.service
在这个文件里面配。
然后重启
sudo vim /etc/systemd/system/ollama.service
sudo systemctl daemon-reload
最后重新拉取,配置成功。
更多推荐


所有评论(0)