Centos Ollama + Deepseek-r1+Chatbox运行环境搭建
内容介绍
你好! 这篇文章简单讲述一下如何在linux环境搭建 Ollama + Deepseek-r1。并在本地安装的Chatbox中进行远程调用
下载ollama
- 登录官网https://ollama.com
- 选择linux操作系统
- 根据官方给的命令行,在linux系统安装Ollama
curl -fsSL https://ollama.com/install.sh | sh
- 查看Ollama运行
- 关闭Ollama服务
sudo systemctl stop ollama