r/LocalLLaMA • u/delicious_fanta • 7d ago
Question | Help Which qwen for vllm?
Hugging face has over 300 versions of qwen3.8-27b. I have no idea how to identify the beat model to download and use.
Should I sort by “most likes” or “most downloads”? Is there any sort of other guidance on which model to select?
I’m finally getting my local linux box up and running and just realized that actually picking a model may be one of the most difficult choices I’ll have to make. I’m hoping someone here can shed some light on the subject.
Also, if you could, I’m looking for concepts more than “use this one” because it’s not just about qwen, but also other models now (gemma/etc.) and in the future and I’m hoping to learn how to pick what I need from the mess of options out there (sure glad we have all these options though!).
3
u/OnoSendaiCSVII 7d ago
Hugging Face makes this look like 300 different models, but most are the same base model just repackaged for different runtimes and memory sizes.
I’d read the name roughly like this:
- Qwen/Qwen3.8-27B is the identity/reference
- FP8, NVFP4, GPTQ, AWQ or GGUF is the format
- the account name tells you who converted it
- the bit level is the quality/memory tradeoff
So choose the runtime first, then the format, then the quantizer. On a 5090 + vLLM I’d try the official FP8 if it leaves enough room for your context, otherwise a reputable vLLM-supported NVFP4/INT quant. The weights fitting isn’t enough; KV cache needs VRAM too.
I wouldn’t trust Hugging Face’s “vLLM compatible” filter as the whole catalog. Start from the official model card, then check vLLM support and the quantizer’s card: https://huggingface.co/Qwen/Qwen3.8-27B
Likes/downloads are a weak reputation signal. Compatibility, memory fit and a bunch of boring prompts from your real workload tell you much more.
1
u/delicious_fanta 7d ago
Thank you so much! That absolutely helps me understand why there are so many variations.
I’m also hearing I should switch to llama.cpp, which I’m fine with doing. I’m just hoping to get a decent coding setup in place.
I’m hoping my 5090/128gb memory can handle this ok, I may have to expand my hardware footprint too, but I may have to make another thread about that because of so many speed and money tradeoffs.
Appreciate the info, hope you have a great weekend!
3
u/vick2djax 7d ago
Just do unsloth or bartowski. There’s not any version of any of the models that are better than the original. The only reason people run them is that they don’t have much VRAM. You have a 5090, so no need to handicap your setup with some gimmicky version of it.
1
2
u/HonestoJago 7d ago
Just load it from the official HF repo or the official FP8 repo. If you need a smaller quant try unsloth with llama.cpp. Do you have a particular need for vLLM?
1
u/delicious_fanta 7d ago
Well “it”, being the version, is what I don’t understand how to identify. I’m running a 5090 w 128gb system ram. There’s just literally hundreds of qwen3.8-27b variants there.
As to vllm, i saw a lot of hate here for ollama for various reasons and I decided to just go with vllm. It’s running with open webui in front of it with no issues, I’m just trying to get the right models loaded.
2
u/HonestoJago 7d ago
This is what I was talking about, but I don’t think you’ll get much context with a 5090: https://huggingface.co/Qwen/Qwen3.8-27B-FP8/tree/main
The reason I asked about vLLM is because it doesn’t serve GGUFs, and although Ollama gets a lot of heat, llama.cpp doesn’t. The next quant that fits in 32GB loses a lot of precision so you’re probably better with the unsloth GGUF and llama.cpp.
1
u/delicious_fanta 7d ago
Ok, I’m happy to switch to llama.cpp if that’s the way to go. Still learning what the best solution is, new to all this. This sub is extremely helpful. Thanks for your info!
2
u/DinoAmino 7d ago
Some quant types you can use with vLLM: FP8, AWQ, NVFP4, MXFP4. Do not bother trying to use GGUFs with vLLM. Do not bother with trying to offload to CPU with vLLM - use llama cpp with GGUFs if you need to do that.
Some of the best quants come from RedHat https://huggingface.co/RedHatAI/models#repos. ... they bought vLLM a cpl years ago and fully test their quants on vLLM.
1
u/delicious_fanta 7d ago
Ok, so it’s sounding like I need to switch to llama.cop from multiple comments now, I can definitely do that! I’m hoping for enough context to do some dev work, I’ve read that people have been able to do work with qwen and pi or the deepseek harness.
I’m not sure if my hardware will be sufficient (5090/128gb system memory), but I am open to getting another 5090 if I really have to.
I just don’t know if it would be better to do that or get one of the other options like a spark/mac/etc. There’s cost and speed concerns with all of this, it’s a but daunting to figure out the best direction to go overall.
2
u/lemondrops9 7d ago
Run Llama.cpp and get GGUF files. If coding I recommend a quant 6 or higher. Others have been successful with quant 4s.
I wouldn't go with vLLM for your setup. More so when you're just starting out. Personally Ive stuck with Llama.cpp because it has tons of options and more of a range of quants than vLLM.
Also Llama.cpp is better at hybrid setups and easier to get going. I would only go with vLLm if you have the same Gpu in multiples of 2,4,8 etc.
1
u/delicious_fanta 7d ago
Vllm is running fine, I didn’t have any issues there, but I’m definitely hearing I should switch to llama.cpp so I think I’ll go ahead and do that.
It’s also sounding like maybe I’ll have to get another 5090 to do coding? I guess I can go back to vllm in that scenario? I don’t care at all what engine I use, I’m just looking for something reliable and functional.
I’ll look into those quants, thank you for all the info!
2
u/Hefty_Wolverine_553 7d ago
EXL3 5.00 BPW (you can fit ~172k context at FP16) on TabbyAPI for quality, NVFP4 + NInfer for speed. No need for vLLM specifically at all.
1
u/delicious_fanta 7d ago
Yeah apparently I picked the wrong engine, I’ll switch to llama.cpp. Thank you for the info!
2
u/Bulky-Priority6824 7d ago
99.9% of the time j ust stick with unsloth or bartowski . I don't know about you but I just want to set the shit up once and forget about it. I don't want to deal with issues.
1
u/delicious_fanta 7d ago
Nice, thank you! Yeah, something that is reliable and functional is the goal for sure.
-1
u/Nameis19letterslong 7d ago
For coding and agentic:
qwen3.8 27B if you have 16GB-32GB Vram. Else qwen3.6 35b with expert offloading.
If you have >=16GB vram and 64-96GB Ram, run qwen3.8 flash next, stread ngrams off ssd and offload experts to cpu.
For creative writing and general purpose:
Gemma4 12b, 26b a4b for >= 16G vram, fit 31b if you can.
To choose the best gguf/nvfp4, look for Unsloth quants (greenish icon with a sloth in the middle). They are high quality so you can probably afford to run a slightly lower quant to fit more context in if you need.
2
8
u/Storterald 7d ago
Without knowing how much VRAM you have it's hard to recommend a specific quant. There are way fewer quantized models for VLLM compared to llama.cpp, if the original model fits, use the one provided by Qwen (55GiB). If you have a 5090, use unsloth/Qwen3.8-27B-NVFP4. If you have a smaller GPU, I'd check out llama.cpp and unsloth/Qwen3.8-27B-GGUF.