• 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
#2
Update from running local models for a few months now:

The VRAM situation has genuinely improved. A few months ago 24GB was the sweet spot for decent 30B models. Now with better quantisation (IQ4_XS, Q4_K_M improvements in llama.cpp) you can get solid results from 30B quants on 16GB.

For people on 8GB VRAM - Qwen3 7B Q6_K is now genuinely useful. Not as capable as the bigger models but fast, and it handles code questions and summarisation well.

CPU inference via llama.cpp has also improved a lot. If you have a modern CPU with AVX2/AVX512 and 32GB+ RAM, 7B models at Q8 run at tolerable speeds (5-10 tokens/sec). Not for real-time conversation but fine for batch tasks.

For Apple Silicon users: the Metal backend in Ollama/llama.cpp is excellent. An M3 Pro with 36GB unified memory runs 70B models faster than most RTX 4090 setups due to memory bandwidth.
Reply
  


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

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

Forum Jump:


Browsing: 1 Guest(s)