(一)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 |

相关推荐
道可云11 小时前
道可云人工智能每日资讯|浦东启动人工智能创新应用竞赛
人工智能·百度·ar·xr·deepseek
Just_Paranoid13 小时前
华为云Flexus+DeepSeek征文|基于Dify构建音视频内容转录工作流
华为云·音视频·dify·maas·deepseek·flexusx
会飞的果粒橙13 小时前
在Ubuntu24上安装ollama
ollama·deepseek
小明说Java13 小时前
华为云Flexus+DeepSeek征文 | 基于华为云Flexus X实例部署Dify平台构建企业行政助手的可用性研究
华为云·maas·deepseek·flexus
Just_Paranoid11 天前
华为云Flexus+DeepSeek征文|基于Dify构建抓取金融新闻并发送邮箱工作流
华为云·dify·maas·新闻资讯·deepseek·flexusx
顾林海11 天前
DeepSeek 提示词工程完全指南:从基础到高级应用
人工智能·aigc·deepseek
程序员Better11 天前
收藏警告-2025年当前主流AI工具网站的详细总结
openai·ai编程·deepseek
程序员海军11 天前
RAG:Chroma 向量数据库入门指南(一)
数据库·人工智能·deepseek
SRETalk11 天前
夜莺监控V8发版,内置支持 DeepSeek 对接
aiops·监控告警·夜莺监控·运维监控·deepseek
mengyoufengyu12 天前
DeepSeek15-揭密模型上下文协议(MCP)
人工智能·大模型·deepseek