How to install Deepseek R1 local machine.
DeepSeek-R1
DeepSeek is a Chinese AI company that develops
open-source large language models located in Hangzhou, Zhejiang, China.
It is open source, you can run locally on your machine
using the Ollama platform:
1. Install Ollama
Ollama = open-source tool that facilitates running
Natural Language Processing models locally.
We can download Ollama from:
Select version compatible with your operating system e.g
Windows, macOS, Linux.
To verify ollama is installed on your machine, open
powersheel and type command.
PS C:\Users\Admin> ollama list
Since we have not installed DeepSeek it will show
empty list.
2. Download & install DeepSeek-R1 Model
From command prompt run following command
Syntex:
PS C:\Users\Admin> ollama pull <DeepSeek Version name>
E.G if we want to download deepseek-r1:7b, please
check system requirement before choosing deepseek version.
PS C:\Users\Admin> ollama pull deepseek-r1:7b
Verify using:
PS C:\Users\Admin> ollama list
Setup or sun software using
PS C:\Users\Admin> Ollama run <DeepSeek Version name>
Model Variants:
- DeepSeek-R1 is available in various sizes, such as 1.5B, 8B, 14B, 32B, and 70B parameters.
- Larger models offer more advanced capabilities but require more computational resources.
- For instance, to run the 1.5B version, use:
Comments
Post a Comment