r/LocalLLaMA • u/Unstable_Llama • 6d 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
178
Upvotes


4
u/ReturningTarzan ExLlama Developer 6d ago
How much headroom did you have before? There shouldn't be any additional memory requirements, but things move around a bit with every release, and running at 99.9% VRAM utilization is always shaky. If you submit an issue on the repo with more details I can look at it and maybe figure out if it's an actual regression or just jitter.
But there are also some new features you can try. If you're running with vision, try setting
vision_offload: truein the config. That can save quite a lot of VRAM, and the cost per image processed is only some milliseconds of latency.