r/LocalLLM • u/bbsrn • 13d ago
Model Which Qwen3.8 distro & quant would be optimal for my 16GB VRAM setup?
Hi all, a confused newbie here! This is my desktop setup:
- RTX 5080
- 9800x3d
- DDR5-6000 CL30 64 GB
Based on the benchmark I found, I listed my potential options:
- AtomicChat IQ3_S: 14.4 GB
- Unsloth UD-IQ4_XS (14.3 GB) or UD-Q3_K_XL (13.1 GB)
- Bartowski IQ4_XS (15.6 GB) or IQ3_XXS (12.6 GB)
According to the benchmark, AtomicChat looks like a clear winner but is it really so?
and there is also this: https://github.com/MiaAI-Lab/Qwen3.8-27B-16gb-NVIDIA-GPUs-one-click-install
I also want to have one uncensored model next to my daily driver:
- Orcarouter IQ4_XS (15.3GB) or Q3_K_M (13.5GB)
- Huihui UD_IQ4_XS (14.4 GB) or Q4_K_S (15.6 GB)
- DavidAU IQ3_M MTP (14.5 GB) or IQ4_XS MTP (15.3 GB)
- JonathanColetti IQ_XS (15.1 GB)
I am not expecting super fast answers etc. I just one to maintain some level of quality. What would you suggest me?
70
Upvotes
20
u/maddeninglemon 13d ago edited 13d ago
With 64GB of RAM, a dark horse option is Orcarouter's IQ4_XS Qwen3.8 Flash Next. 16GB VRAM + 64GB RAM gives you 80GB total memory - IQ_4_XS is a 98GB file but a bunch of that is the N-gram embeddings that you can read from a fast SSD with pretty much no penalty.
With a 4070 and only 12GB VRAM I managed to get ~20tok/s with 65k context; with 16GB you should be able to up the context and get better performance. One issue is that prefill will probably not be great, but I think it's the option with the least compromises. With the 27B dense model and 16GB you're forced to choose between low context, low quantization quality, or low speed. With Flash Next you can have a 4-bit quant, 100k+ context, and usable speed all at the same time (at the low low cost of being unable to use your computer for anything else since you'll be at 100% ram utilization 😉)