DEV Community

Cover image for How to Download and Install DeepSeek R1 LLM Using Ollama and Offline
Ijeoma M. Jahsway
Ijeoma M. Jahsway

Posted on • Originally published at kumotechs.com

How to Download and Install DeepSeek R1 LLM Using Ollama and Offline

Ever wanted to run your own AI chatbot locally, without relying on the cloud? With Ollama, you can install and interact with a powerful LLM (Large Language Model) directly from your terminal in just a few steps!

1. Download and Install Ollama

Start by grabbing Ollama, the tool that lets you run AI models on your PC. Simply:

  • Visit the official site β†’ Ollama.com
  • Download the installer for your OS (Windows, macOS, or Linux)
  • Follow the setup instructions
  • Ensure Ollama is added to your system variables for smooth command-line access

2. Choose and Install an AI Model

With Ollama ready, it’s time to pick an LLM. We recommend DeepSeek-R1 1.5Bβ€”a small but powerful model that thinks before responding, giving you a more natural conversation experience.

  ollama run deepseek-r1:1.5b
Enter fullscreen mode Exit fullscreen mode
  • The model will download (about 1.1GB) and launch automatically!

3. Start Chatting with Your AI

Once installed, chatting is as simple as typing your messages and watching the AI respond! Close the session anytime using:

  /bye
Enter fullscreen mode Exit fullscreen mode

For a step-by-step breakdown, including installation tips, system requirements, and expert insights, read the full guide on Kumotechs πŸ‘‰ Read More Here πŸš€

πŸ’¬ Tried it? Got questions? Drop your thoughts in the comments!

Top comments (0)