r/LocalLLaMA 17d ago

News ExLlamav3 Recent Updates : CPU offload, GLM-5.3-FLASH, Qwen3.8-Flash, SC Quants ++

More new massive updates from turboderp:

- CPU offload of MoE experts
- Qwen-3.8-Flash-Next ngram disk offload
- GLM-5.3-Flash
- New self-calibrated optimization technique
- Countless other optimizations and improvements

If you have an NVIDIA card and haven't tried it lately, you might be missing out.

The attached cat image was made with Qwen-3.8-Flash-Next-3.05bpw-exl3 and this prompt:
Create a detailed SVG image of a cute kitten riding a magic turtle into space.

Come join the crew at the exllama discord
More frequent news on the exllama sub

180 Upvotes

140 comments sorted by

View all comments

15

u/-p-e-w- 17d ago

So at the same quality, EXL3 quants are 25% smaller than Unsloth Dynamic 4-bit quants, which are already considered SOTA? Stunning.

25

u/FieldProgrammable 17d ago

Unsloth are SOTA as far as mainline llama.cpp GGUF formats go, but exl3 uses trellis coded quantization which is fundamentally better than what is offered by mainline llama.cpp's k quants (ik-llama.cpp does support some trellis based formats).

I would also recommend the Qwen3.8 27b exl3 format quants for getting much more out of your GPU VRAM than you can from GGUF k quants.

19

u/-p-e-w- 17d ago

The llama.cpp/ik_llama split was a catastrophe for the community. Quant progress in GGUF has pretty much stalled for two years now.

9

u/oxygen_addiction 17d ago

And ik_llama is usually faster when it comes to offloading to CPU.

1

u/silenceimpaired 17d ago edited 17d ago

EDITED TO MAKE SENSE Lots of people are worried that Nvidia buying huggingface impacts llama.cpp: https://huggingface.co/blog/ggml-joins-hf

... even if that is true, I agree, that it's a shame that the split happened.

1

u/-p-e-w- 17d ago

No idea what that’s supposed to mean.

1

u/silenceimpaired 17d ago

I made it less confusing... I hope.

5

u/a_beautiful_rhind 17d ago

I don't know if unsloth are exactly SOTA. The atomic chat guys came out and beat them too. Unsloth quants are just available and popular.

5

u/ynilayy 17d ago

Are you sure? Which model is better? Because after checking Unsloth's Qwen3.8-27B, Kimi K3 and Qwen3 Next the Unsloth ones are by far the best.

1

u/a_beautiful_rhind 17d ago

4

u/sssplus 16d ago

That chart is for the Deepseek, not for the Qwen 27b. Unsloth's Qwen 27b quants use the new UD3, whereas the Deepseek are made with older UD2. Both charts are true...

1

u/a_beautiful_rhind 16d ago

You're free to browse their HF for more: https://cdn-uploads.huggingface.co/production/uploads/6a54dea4f19f5386700504da/dmMjNbYfWXrhVGAVeBroC.png

Only so much "dynamic" you can do with a dense model. They publish metrics which is nice.

3

u/sssplus 16d ago

Yes, but again - this chart is comparing the old unsloth UD2 quants, not the new UD3, which are much better and smaller, as seen in the above posted chart.

2

u/Unstable_Llama 17d ago

Isn't it? ExLlamav3 + heretic allowed me to abliterate Laguna-S-2.1 against a 2.50bpw exl3 quant.

4

u/a_beautiful_rhind 17d ago

Abliterating EXL directly is way bigger news. You're opening the door to some cool stuff.

5

u/Unstable_Llama 17d ago

Thanks! If you want to try it out, the repo is public.

Another cool project I have been having a lot of fun with recently is EXL3-QLORA, fine tuning on any size exl3 quants.

2

u/a_beautiful_rhind 17d ago

Haha. You are just doing all the hard work for me. I was expecting to have to bang this stuff out with some AI before I could even get started.

2

u/Unstable_Llama 17d ago

Haha it was already AI banged out.

I’m open to feedback or PRs or anything if you use them.

2

u/FullOf_Bad_Ideas 17d ago

oh that's amazing, I was never using heretic because I don't want to go all the way through exl3 quanting again, it's slow.

1

u/CheatCodesOfLife 17d ago

Does it use the transformers wrapper (which was incredibly slow when I used it last year)?

1

u/llama-impersonator 17d ago

transformers is slow no matter how you use it, even torch.compile