How to setup DeepSeek-Coder easily for free local
Great news! You can now access DeepSeek Coder directly in your code editor (VS Code, WebStorm, Cursor).
The DeepSeek Coder (MIT certified) model is designed specifically for data structures and coding, offering targeted suggestions to save you time and enhance your productivity.
This integration will boost your development speed, help you write code more efficiently, and reduce bugs.
Here’s how to set it up:
DeepSeek Integration with VS Code – Setup Guide
Download Ollama
Visit Ollama Download and install the app.
- Move it to your Applications folder (or equivalent).
Run DeepSeek Model
Open terminal and run:
o
llama run deeps
eek-coder:6.7b
Install Continue Extension in VS Code
Select Ollama as the chat provider.
- Set DeepSeek Coder as the model and connect.
No API token required.
DeepSeek Code operates locally and improves with use.
You can switch from 6.7b to other options like 7b, 1.5b, or 8b.
The 'b' represents the number of parameters in billions. Larger models typically offer better performance but demand more system resources. Choose the model based on your system's capabilities. Let me know if you need any additional adjustments or clarifications!