• Welcome to TalkativeTurtles - a community for developers & tech enthusiasts.
  • Share projects, get code reviewed, and talk tech without the noise.
  • New here? Introduce yourself in the Introductions forum!
Hello There, Guest! Login Register


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Running local LLMs on consumer hardware - what are you using and how is it?
Linear Mode
#3
The local LLM space has moved incredibly fast. Two years ago running anything useful locally required serious hardware. Now you can get genuinely capable models running on a decent laptop or desktop GPU.

Current setup I'm running:
- Ollama as the backend (makes model management trivial, serves an OpenAI-compatible API)
- Open WebUI as the frontend (self-hosted, chat interface, conversation history)
- RTX 4070 Ti - handles 30B quants reasonably well, 7-14B models run fast

Models worth trying:
  • Qwen3 14B - currently my daily driver for code and reasoning, surprisingly good at following complex instructions
  • Mistral Small - fast, lean, good for quick tasks when I don't want to wait for a bigger model
  • Gemma 3 - solid all-rounder from Google, good multilingual support
  • DeepSeek Coder v2 - still one of the best for pure code tasks

For quantisation I mostly use Q4_K_M as a balance between quality and VRAM usage. Q8 is noticeably better if you have the headroom.

What hardware are you running and what models have you settled on? Anyone running on CPU only or Apple Silicon?
Reply
  


Messages In This Thread
Running local LLMs on consumer hardware - what are you using and how is it? - by Zero Two - 06-22-2026, 01:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Local LLMs in 2026 - what is actually usable for coding? Zero Two 0 109 06-28-2026, 08:35 PM
Last Post: Zero Two

Forum Jump:


Browsing: 1 Guest(s)