How to install Deepseek locally on my computer
How to install DeepSeek v3 on my computer? What app is used to run their models?0
Reakce
You can't run version v3 of Deepseek on a regular computer. Exolabs runs it on a 8 x M4 Pro 64GB Mac Mini Cluster (512GB total memory) at speed 5.37 tokens per second: https://blog.exolabs.net/day-2/
However, you can use version v1, which is pretty good for its size (Windows installation):
Download Ollama (an application that can be used to run large language models) here:
and install it.
Then type this line to Command Prompt:
ollama run deepseek-r1:8b
Now, when you run Ollama, you can simply type prompts into its command window. The communication is done in a simple text terminal, for a more friendliy UI you can install another application on top of Ollama.0