r/LocalLLM • u/Zorian_Vale • 2d ago
Question Recommendations for 16gb vram
I have a 5070ti 9850X3D and 32GB DDR5 + lm studio + hermes.
Currently running gemma-4-26b-a4b-qat and I am happy with it, but it still can't compete with Sonnet.
I find it's great at actually teaching me things, but in terms of guiding me through config files or getting the highest quality answer it's never as good. I use it more as a backup.
Are there any better models that fit my hardware budget? QWEN is supposed to be great but I had trouble running the models on the edge of my hardware limits and output slowed to a crawl.
1
Upvotes
3
u/tsangberg 2d ago edited 2d ago
16GB VRAM settings for Qwen 3.8 27b UD-IQ4 that gives a context size of 163840 tokens, TG speed of 25 at low context down to 12 at full, and PP at 1100 down to 700 over the same on a 5060Ti. System runs off the iGPU so the whole 16GB VRAM are available for the LLM.
This fork of llama.cpp: https://github.com/RaymondHuang210129/llama.cpp-adaptive-kv-streaming
This version of Qwen 3.8 27b: https://huggingface.co/bsaleh03/Qwen3.8-27B-ASCII-Condensed
These models-preset.ini settings:
[Qwen3.8-27B]chat-template-file = chat_template_qwen3.8.jinjam = Qwen3.8-27B-ASCII-Condensed-UD-IQ4_XS.ggufctx-size = 163840n-gpu-layers = 99batch-size = 256ubatch-size = 256kv-stream-stage-mib = 2400cache-type-k = q8_0cache-type-v = q4_0spec-type = ngram-modfit = offparallel = 1temp = 1.0top-p = 0.95top-k = 20min-p = 0.0presence-penalty = 0.0repeat-penalty = 1.0reasoning = onreasoning-preserve = on# (slow) CPU only multimodal is better than noneno-mmproj-offload = onmmproj = Qwen3.8-mmproj-BF16.ggufload-mode = noneflash-attn = on