win10本地部署deepseek-r1步骤
1、安装ollama
免费、模型下载速度特别快、免登录
下载
- 地址:https://ollama.com/download
安装
2、下载deepseek模型
启动终端 ollama
下载 R1模型
- 地址:https://ollama.com/library/deepseek-r1
- 一般7b即可,模型越大对电脑要求越高,容易OOM,1.5b模型又太傻不建议。
# win终端执行(安装完成后自动进入对话)
ollama run deepseek-r1:7b
- 安装完成后自动进入对话
deepseek 开始对话
# 再次 开启对话模型7b
ollama run deepseek-r1:7b
# ollama 其他用法
Available Commands:
serve Start ollama
create Create a model from a Modelfile
show Show information for a model
run Run a model
stop Stop a running model
pull Pull a model from a registry
push Push a model to a registry
list List models
ps List running models
cp Copy a model
rm Remove a model
help Help about any command