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

相关推荐
每天三杯咖啡16 小时前
【无标题】
人工智能·技术选型·deepseek
不爱记笔记17 小时前
ClaudeCode接入DeepSeek教程!防封号!
人工智能·ai·deepseek·claudecode
俊俊谢18 小时前
LLaMA-Factory 部署与 DeepSeek-R1-Distill-Qwen 模型乱码问题解决全记录
机器学习·大模型·llama·qwen·llama-factory·deepseek·hugging-face
Muscleheng19 小时前
Spring Ai SpringBoot集成DeepSeek
ai·spring ai·deepseek
吴佳浩3 天前
DeepSeek DSpark:Confidence-Scheduled Speculative Decoding 技术解析
人工智能·算法·deepseek
ClouGence3 天前
DeepSeek 发布 DSpark:模型变快之后,普通人怎么把它用起来?
ai编程·deepseek
武子康4 天前
调查研究-206 DeepSeek DSpark 深度解析:大模型推理加速,正在从“模型能力”转向“系统工程”
人工智能·agent·deepseek
kyriewen5 天前
DeepSeek API 高峰时段涨价 2 倍,便宜大碗的时代要结束了?
前端·ai编程·deepseek
lincats6 天前
Claude Code再强,也有这7件事做不了
ai agent·deepseek·claude code
米小虾6 天前
DSpark:让大模型"写得更快"的秘密武器
人工智能·deepseek