(一)DeepSeek大模型安装部署-Ollama安装

大模型deepseek安装部署

(一)、安装ollama

复制代码
curl -fsSL https://ollama.com/install.sh | sh
sudo systemctl start ollama
sudo systemctl enable ollama
sudo systemctl status ollama

(二)、安装ollama遇到网络问题,请手动下载 ollama-linux-amd64.tgz

复制代码
curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
修改install.sh部署文件
执行安装命令
复制代码
sh install.sh
>>> Installing ollama to /usr/local
>>> Downloading Linux amd64 bundle
>>> Creating ollama user...
>>> Adding ollama user to video group...
>>> Adding current user to ollama group...
>>> Creating ollama systemd service...
>>> Enabling and starting ollama service...
Created symlink from /etc/systemd/system/default.target.wants/ollama.service to /etc/systemd/system/ollama.service.
>>> NVIDIA GPU installed.

(三)、安装deepseek大模型

访问ollama网址

library

可以支持下载 1.5b 7b 8b 14b 32b 70b 671b模型

安装deepseek-r1:32b模型

复制代码
ollama run deepseek-r1:32b

(四)、deepseek大模型资源推荐

|-------------------------------|---------|-----------|-----------|----------------------------------|
| 模型名称 | 参数量 | 激活参数量 | 上下文窗口 | 推理资源推荐 |
| DeepSeek-V3 | 671B | 37B | 128K | 多机分布式部署,节点数量:2个,单节点配置:HCCPNV6 机型 |
| DeepSeek-R1 | 671B | 37B | 128k | 多机分布式部署,节点数量:2个,单节点配置:HCCPNV6 机型 |
| DeepSeek-R1-Distill-Qwen-1.5B | 1.5B | - | - | 12C44GB 1卡A10 |
| DeepSeek-R1-Distill-Qwen-7B | 7B | - | - | 12C44GB 1卡A10 |
| DeepSeek-R1-Distill-Llama-8B | 8B | - | 128K | 12C44GB 1卡A10 |
| DeepSeek-R1-Distill-Qwen-14B | 14B | - | - | 16C96G 1卡A100 |
| DeepSeek-R1-Distill-Qwen-32B | 32B | - | - | 32C192G 2卡A100 |
| DeepSeek-R1-Distill-Llama-70B | 70B | - | 128K | 164C948G 8卡A100 |

相关推荐
胡耀超19 小时前
开源生态与技术民主化 - 从LLaMA到DeepSeek的开源革命(LLaMA、DeepSeek-V3、Mistral 7B)
人工智能·python·神经网络·开源·大模型·llama·deepseek
Lethehong2 天前
DeepSeek-V3.1-Terminus:蓝耘API+CherryStudio实测国产最新开源模型,推理能力竟让我后背发凉
人工智能·大模型·deepseek·蓝耘元生代·蓝耘maas·ai ping
大模型真好玩2 天前
深入浅出LangGraph AI Agent智能体开发教程(八)—LangGraph底层API实现ReACT智能体
人工智能·agent·deepseek
canonical_entropy3 天前
一份关于“可逆计算”的认知解码:从技术细节到哲学思辨的完整指南
后端·低代码·deepseek
用户51681661458413 天前
使用[DeepSeek]快速定位nginx前端部署后报错:500 Internal Server Error nginx/1.29.1
nginx·deepseek
汉密士202401015 天前
DeepSeek对数学工具的分类(2025.1.13)
人工智能·deepseek·数学工具·数学结构
AI大模型5 天前
DeepSeek + RAGFlow 构建个人知识库,解决AI胡说八道
llm·agent·deepseek
OliverYeung5 天前
【AskAI系列课程】:P3.Agno从阿里云百炼知识库中检索知识库片段并回答用户问题
人工智能·ai·llm·rag·agentic·deepseek·agno
IvorySQL7 天前
PostgreSQL 全表 count 优化实践:从 SeqScan 痛点分析到 heapam 改进与性能突破
数据库·postgresql·oracle·deepseek·ivorysql