Local LLM Setup on Windows: Complete Step-by-Step Guide (Ollama, LM Studio, GPT4All) 2026

๐Ÿ“˜ Tutorials 2026-07-14 2 min read

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.

๐Ÿ’ฌ Comments (0)

No comments yet. Be the first!

Login to comment