# Unsloth Dynamic 3.0 GGUFs

> Source: <https://unsloth.ai/docs/basics/dynamic-3.0-ggufs>
> Published: 2026-08-19 18:36:45+00:00

# 🦥Unsloth Dynamic 3.0 GGUFs

**Unsloth**** Dynamic v3.0 **is the next iteration of our Dynamic quantization and a major improvement over Dynamic v2.0.

Today, we’re releasing **Qwen3.8-27B**** **Dynamic v3.0 quants that deliver **>10% top-1% better accuracy at the same size** compared to **every other provider**. This is an update of our first shared **early preview **version of Dynamic v3.0. The new 3.0 GGUFs work with most inference engines including **llama.cpp** and [ Unsloth Desktop](/docs/desktop).

Dynamic v3.0 overall preserves more model quality while keeping the same size, with stronger results across metrics like **Divergence-300** @32 and **KL Divergence**.

Also a huge thanks to all your support! We saw over 5.1 million Unsloth Qwen3.8 downloads in just 5 days!

Our new methodology composes of many new features and improvements. We now use a much higher-quality imatrix calibration dataset from diverse sources. The dataset is refined for **agentic coding, chat**, and multilingual performance. We also improved **layer selection** and introduced many more quantization techniques to preserve as much model quality as possible.

We **do not train on the imatrix calibration dataset**, and we do NOT use **QAT** or **QAD**. Everything is done through **post-training quantization**. Our imatrix file used is available for the community to test, evaluate, and use. We encourage researchers and developers to create variations and fine-tunes of Qwen3.8 using our Unsloth quants/imatrix. You can read our [overfitting analysis](/docs/basics/dynamic-3.0-ggufs#not-overfitting) as well.

We also removed the MTP module from smaller quants under

`UD-Q2_K_XL`

(8.37GB and lower) to converse around 500MB of disk space - you can use the`Q4_0`

MTP separate module if neededWe also made some smaller UD-1bit quants with

`UD-IQ1_S`

being 6.2GB (without MTP) which retain around 72% top-1% accuracy yet being 89% smaller.`UD-Q2_K_XL`

is around +8% more accurate on top-1% than the next best and it's 9.83GB and managed to create a working HTML program with 1 small JS bug - previously it would break.

### 🔀 Divergence-300 @32

We generally report top-1% accuracy like how for Kimi-K3 "Dynamic 1-bit reaches **~78.9%** top-1 accuracy while being **62% smaller**." However top-1% is an argmax on 1 prediction, so it's not really effective on gauging actual inference.

We created a dataset of 300 held out examples (NOT in calibration dataset) from Terminal-Bench 2.1 + DeepSWE + Harbor + MathArena 2025-26 + non-Latin/long-doc prompts and we did greedy argmax decoding for 32 tokens for BF16 vs all quants and providers. See [overfitting analysis](/docs/basics/dynamic-3.0-ggufs#not-overfitting) for more details on overfitting.

This allows us to gauge if there is overfitting and if quant outputs are similar to BF16's trajectories over multiple tokens. This is a better metric than top-1% accuracy since we extend KLD top-1% to more like KLD top-1% at 32 tokens.

### 🔀 KL Divergence Benchmarks

We ran KLD benchmarks for all providers as well and report Top-1% and KLD mean. At all levels especially on the smaller quant sizes, Unsloth UD-3 quants get up to +10% extra top-1% accuracy at the same disk space!

All plots remove the MTP head from the x axis when calculating disk space to provide a fair comparison to everyone.

### 🕊️Not Overfitting

When comparing to our older UD-2 on unseen Wikitext and Code, we show great improvement on KLD - the bigger ones not so much, so we still use our old UD-2 for the larger quants - we plan to experiment and improve them as well!

We also control for overfitting by using totally different datasets for calibration and remove all leakages as much as possible. We test KLD on these unseen datasets, and also we do NOT do QAD / QAT, just pure PTQ so overfitting is less of a concern vs other QAD / QAT approaches.

Similarly [🔀 Divergence-300 @32](/docs/basics/dynamic-3.0-ggufs#divergence-300-32) uses an unseen dataset of 300 prompts from DeepSWE, Terminal Bench and others, and acts as another dataset to gauge overfitting - and shows our new UD-3 methods do not overfit.

## Dynamic v2.0 (Old)

We're introducing [Unsloth](https://github.com/unslothai/unsloth) Dynamic v2.0 quantization - a major upgrade to our previous quants. This new method outperforms leading quantization methods and sets new benchmarks for [Aider Polyglot](/docs/basics/dynamic-3.0-ggufs/unsloth-dynamic-ggufs-on-aider-polyglot), 5-shot MMLU and KL Divergence.

This means you can now run + fine-tune [quantized LLMs](/docs/models/tutorials) while preserving as much accuracy as possible! You can run the 2.0 GGUFs on most inference engines like llama.cpp, [Unsloth Studio](/docs/new/studio) etc.

**Apr 20, 2026 Update:** See our new GGUF Benchmarks for [Qwen3.6](/docs/models/qwen3.6#unsloth-gguf-benchmarks) and [Gemma 4](/docs/models/gemma-4#unsloth-gguf-benchmarks).

[Feb 27, 2026 Update:](/docs/models/qwen3.5/gguf-benchmarks) **Qwen3.5** is out and we fixed some tool-calling chat template issues and benchmarked every GGUF on perplexity & KL Divergence. [See benchmarks!](/docs/models/qwen3.5/gguf-benchmarks)

The **key advantage** of using the [Unsloth package](https://github.com/unslothai/unsloth) and quants is our active role in fixing bugs in major models. We've collaborated directly with teams behind [Qwen3](https://www.reddit.com/r/LocalLLaMA/comments/1kaodxu/qwen3_unsloth_dynamic_ggufs_128k_context_bug_fixes/), [Meta (Llama 4)](https://github.com/ggml-org/llama.cpp/pull/12889), [Mistral (Devstral)](https://app.gitbook.com/o/HpyELzcNe0topgVLGCZY/s/xhOjnexMCB3dmuQFQ2Zq/~/changes/618/basics/tutorials-how-to-fine-tune-and-run-llms/devstral-how-to-run-and-fine-tune), [Google (Gemma 1–3)](https://news.ycombinator.com/item?id=39671146) and [Microsoft (Phi-3/4)](https://simonwillison.net/2025/Jan/11/phi-4-bug-fixes), contributing fixes that increase accuracy.

Unsloth Dynamic GGUFs can now be run in [Unsloth Studio](/docs/new/studio) ✨

[Sept 10, 2025 update:](/docs/basics/dynamic-3.0-ggufs/unsloth-dynamic-ggufs-on-aider-polyglot) You asked for tougher benchmarks, so here's Aider Polyglot results! Our Dynamic 3-bit DeepSeek V3.1 GGUF scores **75.6%**, surpassing many full-precision SOTA LLMs. [Read more.](/docs/basics/dynamic-3.0-ggufs/unsloth-dynamic-ggufs-on-aider-polyglot)

You can also view real-world use-case benchmarks conducted by Benjamin Marie for LiveCodeBench v6, MMLU Pro etc.:

You can see how Unsloth's GGUFs performs better than the non-Unsloth quants despite being ~8GB smaller.

Detailed analysis of our benchmarks and evaluation further below.

### 💡 What's New in Dynamic v2.0?

**Revamped Layer Selection for GGUFs + safetensors:** Unsloth Dynamic 2.0 now selectively quantizes layers much more intelligently and extensively. Rather than modifying only select layers, we now dynamically adjust the quantization type of every possible layer, and the combinations will differ for each layer and model.Current selected and all future GGUF uploads will utilize Dynamic 2.0 and our new calibration dataset. The dataset contains more than >1.5M

**tokens**(depending on model) and comprise of high-quality, hand-curated and cleaned data - to greatly enhance conversational chat performance.Previously, our Dynamic quantization (DeepSeek-R1 1.58-bit GGUF) was effective only for MoE architectures.

**Dynamic 2.0 quantization now works on all models (including MOEs & non-MoEs)**.** Model-Specific Quants:**Each model now uses a custom-tailored quantization scheme. E.g. the layers quantized in Gemma 3 differ significantly from those in Llama 4.To maximize efficiency, especially on Apple Silicon and ARM devices, we now also add Q4_NL, Q5.1, Q5.0, Q4.1, and Q4.0 formats.

To ensure accurate benchmarking, we built an internal evaluation framework to match official reported 5-shot MMLU scores of Llama 4 and Gemma 3. This allowed apples-to-apples comparisons between full-precision vs. Dynamic v2.0, **QAT** and standard **imatrix** GGUF quants.

All future GGUF uploads will utilize Unsloth Dynamic 2.0, and our Dynamic 4-bit safe tensor quants will also benefit from this in the future.

## 📊 Why KL Divergence?

[Accuracy is Not All You Need](https://arxiv.org/pdf/2407.09141) showcases how pruning layers, even by selecting unnecessary ones still yields vast differences in terms of "flips". A "flip" is defined as answers changing from incorrect to correct or vice versa. The paper shows how MMLU might not decrease as we prune layers or do quantization,but that's because some incorrect answers might have "flipped" to become correct. Our goal is to match the original model, so measuring "flips" is a good metric.

**KL Divergence** should be **one of the gold standards for reporting quantization errors** as per the research paper "Accuracy is Not All You Need". **Using perplexity is incorrect** since output token values can cancel out, so we must use KLD or harder benchmarks like [Aider](/docs/basics/dynamic-3.0-ggufs/unsloth-dynamic-ggufs-on-aider-polyglot).

The paper also shows that interestingly KL Divergence is highly correlated with flips, and so our goal is to reduce the mean KL Divergence whilst increasing the disk space of the quantization as less as possible.

## ⚖️ Calibration Dataset Overfitting

Most frameworks report perplexity and KL Divergence using a test set of Wikipedia articles. However, we noticed using the calibration dataset which is also Wikipedia related causes quants to overfit, and attain lower perplexity scores. We utilize [Calibration_v3](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) and [Calibration_v5](https://gist.github.com/tristandruyen/9e207a95c7d75ddf37525d353e00659c/) datasets for fair testing which includes some wikitext data amongst other data. **Also instruct models have unique chat templates, and using text only calibration datasets is not effective for instruct models** (base models yes). In fact most imatrix GGUFs are typically calibrated with these issues. As a result, they naturally perform better on KL Divergence benchmarks that also use Wikipedia data, since the model is essentially optimized for that domain.

To ensure a fair and controlled evaluation, we do not to use our own calibration dataset (which is optimized for chat performance) when benchmarking KL Divergence. Instead, we conducted tests using the same standard Wikipedia datasets, allowing us to directly compare the performance of our Dynamic 2.0 method against the baseline imatrix approach.

## 🔢 MMLU Replication Adventure

Replicating MMLU 5 shot was nightmarish. We

**could not** replicate MMLU results for many models including Llama 3.1 (8B) Instruct, Gemma 3 (12B) and others due to**subtle implementation issues**. Llama 3.1 (8B) for example should be getting ~68.2%, whilst using incorrect implementations can attain** 35% accuracy.**

Llama 3.1 (8B) Instruct has a MMLU 5 shot accuracy of 67.8% using a naive MMLU implementation. We find however Llama

**tokenizes "A" and "_A" (A with a space in front) as different token ids**. If we consider both spaced and non spaced tokens, we get 68.2% (+0.4%)Interestingly Llama 3 as per Eleuther AI's

[LLM Harness](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/tasks/llama3/instruct/mmlu/_continuation_template_yaml)also appends**"The best answer is"** to the question, following Llama 3's original MMLU benchmarks.There are many other subtle issues, and so to benchmark everything in a controlled environment, we designed our own MMLU implementation from scratch by investigating

[github.com/hendrycks/test](https://github.com/hendrycks/test)directly, and verified our results across multiple models and comparing to reported numbers.

## ✨ Gemma 3 QAT Replication, Benchmarks

The Gemma team released two QAT (quantization aware training) versions of Gemma 3:

Q4_0 GGUF - Quantizes all layers to Q4_0 via the formula

`w = q * block_scale`

with each block having 32 weights. See[llama.cpp wiki](https://github.com/ggml-org/llama.cpp/wiki/Tensor-Encoding-Schemes)for more details.int4 version - presumably

[TorchAO int4 style](https://github.com/pytorch/ao/blob/main/torchao/quantization/README.md)?

We benchmarked all Q4_0 GGUF versions, and did extensive experiments on the 12B model. We see the **12B Q4_0 QAT model gets 67.07%** whilst the full bfloat16 12B version gets 67.15% on 5 shot MMLU. That's very impressive! The 27B model is mostly nearly there!

MMLU 5 shot

26.12%

55.13%

**67.07% (67.15% BF16)**

**70.64% (71.5% BF16)**

Disk Space

0.93GB

2.94GB

**7.52GB**

16.05GB

**Efficiency***

1.20

10.26

**5.59**

2.84

We designed a new **Efficiency metric** which calculates the usefulness of the model whilst also taking into account its disk size and MMLU 5 shot score:

We have to **minus 25** since MMLU has 4 multiple choices - A, B, C or D. Assume we make a model that simply randomly chooses answers - it'll get 25% accuracy, and have a disk space of a few bytes. But clearly this is not a useful model.

On KL Divergence vs the base model, below is a table showcasing the improvements. Reminder the closer the KL Divergence is to 0, the better (ie 0 means identical to the full precision model)

IQ1_S

1.035688

5.83

0.972932

6.06

IQ1_M

0.832252

6.33

0.800049

6.51

IQ2_XXS

0.535764

7.16

0.521039

7.31

IQ2_M

0.26554

8.84

0.258192

8.96

Q2_K_XL

0.229671

9.78

0.220937

9.95

Q3_K_XL

0.087845

12.51

0.080617

12.76

Q4_K_XL

0.024916

15.41

0.023701

15.64

If we plot the ratio of the disk space increase and the KL Divergence ratio change, we can see a much clearer benefit! Our dynamic 2bit Q2_K_XL reduces KLD quite a bit (around 7.5%).

Truncated table of results for MMLU for Gemma 3 (27B). See below.

**Our dynamic 4bit version is 2GB smaller whilst having +1% extra accuracy vs the QAT version!** Efficiency wise, 2bit Q2_K_XL and others seem to do very well!

IQ1_M

48.10

47.23

6.51

3.42

IQ2_XXS

59.20

56.57

7.31

4.32

IQ2_M

66.47

64.47

8.96

4.40

Q2_K_XL

68.70

67.77

9.95

4.30

Q3_K_XL

70.87

69.50

12.76

3.49

**Q4_K_XL**

**71.47**

**71.07**

**15.64**

**2.94**

**Google QAT**

**70.64**

**17.2**

**2.65**

## Click here for Full Google's Gemma 3 (27B) QAT Benchmarks:

IQ1_S

41.87

43.37

6.06

3.03

IQ1_M

48.10

47.23

6.51

3.42

IQ2_XXS

59.20

56.57

7.31

4.32

IQ2_M

66.47

64.47

8.96

4.40

Q2_K

68.50

67.60

9.78

4.35

Q2_K_XL

68.70

67.77

9.95

4.30

IQ3_XXS

68.27

67.07

10.07

4.18

Q3_K_M

70.70

69.77

12.51

3.58

Q3_K_XL

70.87

69.50

12.76

3.49

Q4_K_M

71.23

71.00

15.41

2.98

**Q4_K_XL**

**71.47**

**71.07**

**15.64**

**2.94**

Q5_K_M

71.77

71.23

17.95

2.58

Q6_K

71.87

71.60

20.64

2.26

Q8_0

71.60

71.53

26.74

1.74

**Google QAT**

**70.64**

**17.2**

**2.65**

## 🦙 Llama 4 Bug Fixes + Run

We also helped and fixed a few Llama 4 bugs:

Llama 4 Scout changed the RoPE Scaling configuration in their official repo. We helped resolve issues in llama.cpp to enable this

[change here](https://github.com/ggml-org/llama.cpp/pull/12889)Llama 4's QK Norm's epsilon for both Scout and Maverick should be from the config file - this means using 1e-05 and not 1e-06. We helped resolve these in

[llama.cpp](https://github.com/ggml-org/llama.cpp/pull/12889)and[transformers](https://github.com/huggingface/transformers/pull/37418)The Llama 4 team and vLLM also independently fixed an issue with QK Norm being shared across all heads (should not be so)

[here](https://github.com/vllm-project/vllm/pull/16311). MMLU Pro increased from 68.58% to 71.53% accuracy.[Wolfram Ravenwolf](https://x.com/WolframRvnwlf/status/1909735579564331016)showcased how our GGUFs via llama.cpp attain much higher accuracy than third party inference providers - this was most likely a combination of the issues explained above, and also probably due to quantization issues.

As shown in our graph, our 4-bit Dynamic QAT quantization deliver better performance on 5-shot MMLU while also being smaller in size.

### Running Llama 4 Scout:

To run Llama 4 Scout for example, first clone llama.cpp:

Then download out new dynamic v 2.0 quant for Scout:

And and let's do inference!

Read more on running Llama 4 here: [https://docs.unsloth.ai/basics/tutorial-how-to-run-and-fine-tune-llama-4](https://docs.unsloth.ai/basics/tutorial-how-to-run-and-fine-tune-llama-4)

Last updated

Was this helpful?
