Local LLM Setup on Windows: Complete Step-by-Step Guide (Ollama, LM Studio, GPT4All) 2026
You use Windows and want to run local AI models. Which tool to choose? How to configure GPU? What about storage?
💡 What You Will Learn
You use Windows and want to run local AI models. Which tool to choose? How to configure GPU? What about storage?
📜 Table of Contents
1. Visit ollama.com/download, click Windows download
2. Double-click OllamaSetup.exe, follow prompts
3. After install, run in terminal: ollama --version
# CMDPowerShell
ollama pull qwen2.5:7b
ollama run qwen2.5:7b
โ lmstudio.ai โ Download for Windows
โก 200MB
โข GPUNVIDIA CUDA / AMD ROCm
โ "Search" โ qwen2.5
โก GGUF โ Download
โข โ โ "Load Model"
โฃ Conversation
โ gpt4all.io โ Windows
โก Installation/Setup โ Auto/Automatic
โข Conversation
Windows
โโ / API โ Ollama โ
โโ / โ LM Studio โ
โโ / โ GPT4All โ
โโ โ Ollama + VS Code Continue โ
InstallationOllama
ollama --version
# ollama version 0.30.5
#
# 8GB โ
ollama pull qwen2.5:7b
# 4.5GB |
# 16GB โ
ollama pull qwen2.5:14b
# 9GB |
# 32GB โ
ollama pull llama3.1:8b
ollama pull qwen2.5:32b
# 18GB |
ollama run qwen2.5:7b
# GPU
ollama run qwen2.5:7b
# ConversationGPU
# OllamaGPU
# ollamaLogging
# Windows: %LOCALAPPDATA%\ollama\server.log
|:---:|:------:|:-------:| | RTX 3060 12GB | 25-35 tok/s | 15-20 tok/s | | RTX 4060 8GB | 20-30 tok/s | 12-18 tok/s | | RTX 4090 24GB | 50-70 tok/s | 30-45 tok/s | || 5-8 tok/s | 3-5 tok/s |
โ Ollama ROCmollama.comROCm
โก AMD ROCmrocm.docs.amd.com
โข OllamaROCm
# CPUConfigurationOllamaAuto/AutomaticCPU
ollama run qwen2.5:7b
#
setx OLLAMA_MODELS D:\ollama\models
# CMD
#
ollama pull qwen2.5:7b
#
sc query ollama
# Start
net start ollama
#
net stop ollama
# Ollama
setx OLLAMA_HOST 0.0.0.0
โ VS Code โ โ "Continue"
โก Continue
โข Ollama
{
"models": [
{
"title": "Ollama Local",
"provider": "ollama",
"model": "qwen2.5-coder:7b"
}
],
"tabAutocompleteModel": {
"title": "Qwen Coder 7B",
"provider": "ollama",
"model": "qwen2.5-coder:7b"
}
}
| Windows | Mac (Apple Silicon) | Linux | |
|---|---|---|---|
| CUDA/ROCm | CUDA/ROCm | ||
| 5-8 tok/s | 8-12 tok/s | 5-8 tok/s | |
| Ollama + Enchanted | Open WebUI |
โก Ollama / LM Studio
โก 8GBโ7B, 16GBโ14B, 32GB+โ32B
โก ollama run qwen2.5:7b
โก COLLAMA_MODELS
โก โVS Code + Continue
โก โOpen WebUIDocker
Summary
Ollama / LM Studio / GPT4All
Qwen2.5:7b8GB / Qwen2.5:14b16GB
NVIDIA CUDA / AMD ROCm / CPU
VS Code + Continue / API / Open WebUI
+
Related Articles
2026-08-01
Self-Hosted AI Agent in 2026: What Reddit Recommends (r/selfhosted and r/LocalLLaMA)
2026-07-16
AI Agent Streaming Response 2026
2026-08-11
MLOps Meaning Explained 2026: What Machine Learning Operations Actually Is
Written by our editorial team; tools listed here are tested or verified against public sources. Links point to official sites or GitHub repos for reference only โ no paid placements.
