I Ran Every Local LLM on a 24GB GPU So You Don’t Have To

· Source: Artificial Intelligence on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure · Depth: Intermediate, long

Summary

An extensive three-month analysis evaluated 15 local Large Language Models (LLMs) on a single 24GB RTX 3090 GPU, using llama.cpp with Q4_K_M quantization. The study found that smaller models like Gemma 4 16B offer high speed (85 tok/s) for specialized tasks, while mid-range models such as Qwen 3.6 35B provide GPT-3.5-level quality at usable speeds (32 tok/s), requiring dedicated GPU resources. Larger models like DeepSeek V4-Flash 72B achieve near GPT-4 quality but at slower rates (14 tok/s) even with hybrid inference. Cost analysis indicates local LLMs are 10x cheaper for heavy users (>\$225/month API vs. ~\$24/month local), with a breakeven point around 100K output tokens/month. The report highlights setup complexities, GPU memory management, and the need for a single-purpose machine during inference, recommending specific models for different use cases.

Key takeaway

For AI Engineers evaluating local LLM deployments on consumer hardware, understand that a 24GB GPU like the RTX 3090 offers a sweet spot for performance and cost. Prioritize models like Qwen 3.6 35B for balanced quality and speed, or DeepSeek Coder V2 Lite 16B for coding. Be prepared for your machine to become single-purpose during inference and factor in the initial setup time, as API costs remain more economical for low-volume usage.

Key insights

Consumer GPUs like the RTX 3090 now enable practical local LLM inference, balancing cost, speed, and quality for various use cases.

Principles

Method

Models were tested using llama.cpp with Q4_K_M quantization on a single RTX 3090 24GB, measuring tokens/second and grading output quality across technical, creative, and summary tasks.

In practice

Topics

Best for: Machine Learning Engineer, AI Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence on Medium.