How to install Deepseek locally on my computer

fraq28.01.2025

How to install DeepSeek v3 on my computer? What app is used to run their models?0

Reakce

1 příspěvek · poslední 28.01.
fraq28.01.2025

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:

https://ollama.com/download

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

Odpovědět