Skip to main content

DeepSeek-R1

DeepSeek-R11. 模型规模2. 性能表现3.使用DeepSeek-R13.1运行DeepSeek-R13.2进行对话3.3 结束对话3.4 中文对话参考资料

演示环境

开发板 :Jetson Orin系列主板

注:Jetson Orin Nano 4GB由于性能限制,需运行小参数版本的

DeepSeek-R1是由深度求索公司设计用于理解和生成代码的开源大型语言模型(LLM)

1. 模型规模

模型体积
deepseek-r1:1.5b1.1GB
deepseek-r1:7b4.7GB
deepseek-r1:8b5.2GB

2. 性能表现

img

3.使用DeepSeek-R1

3.1运行DeepSeek-R1

使用run命令,开始运行R模型,如果没有下载过此模型,会自动拉取Ollama模型库的模型:

ollama run deepseek-r1

image-20250628181046494

3.2进行对话

xxxxxxxxxx How many minutes are there in a day?

回复问题时间和硬件配置有关,耐心等待!

image-20250628181905861

3.3 结束对话

使用Ctrl+d快捷键或者/bye可以结束对话!

3.4 中文对话

没有中文输入法的,可以查看中文输入法切换教程

中文对话:

image-20250628183145303

参考资料

Ollama

官网:https://ollama.com/

GitHub:https://github.com/ollama/ollama

DeepSeek-R1

Ollama对应模型:https://ollama.com/library/deepseek-r1

GitHub:https://github.com/deepseek-ai/DeepSeek-r1