DeepSeek-r1Model scaleUpdate Ollama versionUsing DeepSeek-r1Run DeepSeek-r1Have a conversationEnd the conversationReferences
Demo Environment
Development Boards:Jetson Nano
SD (TF) card/U disk:64G
It is recommended to run the 4B and below parameter models
DeepSeek-r1 is an open source Large Language Model (LLM) designed by DeepSeek for understanding and generating code.
Model | Parameter |
---|---|
DeepSeek-r1 | 1.5B |
DeepSeek-r1 | 7B |
DeepSeek-r1 | 8B |
DeepSeek-r1 | 14B |
xxxxxxxxxx
Jetson Nano: Can only use DeepSeek-r1 model with 1.5B parameters!
Using the installation command will automatically update the ollama version, which takes a long time. It depends on your network:
xxxxxxxxxx
curl -fsSL https://ollama.com/install.sh | sh
It will show that the installation is complete. When checking the version of ollam, it will show a correct version, and the version greater than 0.1.48 will be updated.
When using the large language model image provided by Yabo Intelligence, please note that the DeepSeek-R1 model is not pre-installed in the image. You can automatically download and install the DeepSeek-R1 model by running the following command. After running the command, the system will automatically enter the dialogue interface:
xxxxxxxxxx
ollama run deepseek-r1:1.5b
Wait for the automatic pull to complete, and then enter the dialogue interface automatically.
Let the model introduce itself:
xxxxxxxxxx
who are you?
Consult other issues:
xxxxxxxxxx
How many centimeters equal one meter?
The response time is related to the hardware configuration, please be patient.
Use the Ctrl+d
shortcut or /bye
to end the conversation!
Ollama
Website:https://ollama.com/
GitHub:https://github.com/ollama/ollama
DeepSeek-R1
Ollama corresponding model:https://ollama.com/library/deepseek-r1
GitHub:https://github.com/deepseek-ai/DeepSeek-r1