πŸ“‹ Model Description


quantized_by: bartowski pipeline_tag: text-generation basemodelrelation: quantized base_model: TheDrummer/Cydonia-R1-24B-v4

Llamacpp imatrix Quantizations of Cydonia-R1-24B-v4 by TheDrummer

Using llama.cpp release b6076 for quantization.

Original model: https://huggingface.co/TheDrummer/Cydonia-R1-24B-v4

All quants made using imatrix option with dataset from here

Run them in LM Studio

Run them directly with llama.cpp, or any other llama.cpp based project

Prompt format

No chat template specified so default is used. This may be incorrect, check original model card for details.

<s>[SYSTEMPROMPT]{systemprompt}[/SYSTEM_PROMPT][INST]{prompt}[/INST]

Download a file (not the whole branch) from below:

FilenameQuant typeFile SizeSplitDescription
Cydonia-R1-24B-v4-bf16.ggufbf1647.15GBfalseFull BF16 weights.
Cydonia-R1-24B-v4-Q80.ggufQ8025.05GBfalseExtremely high quality, generally unneeded but max available quant.
Cydonia-R1-24B-v4-Q6KL.ggufQ6KL19.67GBfalseUses Q80 for embed and output weights. Very high quality, near perfect, recommended.
Cydonia-R1-24B-v4-Q6K.ggufQ6K19.35GBfalseVery high quality, near perfect, recommended.
Cydonia-R1-24B-v4-Q5KL.ggufQ5KL17.18GBfalseUses Q80 for embed and output weights. High quality, recommended.
Cydonia-R1-24B-v4-Q5KM.ggufQ5K_M16.76GBfalseHigh quality, recommended.
Cydonia-R1-24B-v4-Q5KS.ggufQ5K_S16.30GBfalseHigh quality, recommended.
Cydonia-R1-24B-v4-Q41.ggufQ4114.87GBfalseLegacy format, similar performance to Q4KS but with improved tokens/watt on Apple silicon.
Cydonia-R1-24B-v4-Q4KL.ggufQ4KL14.83GBfalseUses Q80 for embed and output weights. Good quality, recommended.
Cydonia-R1-24B-v4-Q4KM.ggufQ4K_M14.33GBfalseGood quality, default size for most use cases, recommended.
Cydonia-R1-24B-v4-Q4KS.ggufQ4K_S13.55GBfalseSlightly lower quality with more space savings, recommended.
Cydonia-R1-24B-v4-Q40.ggufQ4013.49GBfalseLegacy format, offers online repacking for ARM and AVX CPU inference.
Cydonia-R1-24B-v4-IQ4NL.ggufIQ4NL13.47GBfalseSimilar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference.
Cydonia-R1-24B-v4-Q3KXL.ggufQ3KXL12.99GBfalseUses Q80 for embed and output weights. Lower quality but usable, good for low RAM availability.
Cydonia-R1-24B-v4-IQ4XS.ggufIQ4XS12.76GBfalseDecent quality, smaller than Q4KS with similar performance, recommended.
Cydonia-R1-24B-v4-Q3KL.ggufQ3K_L12.40GBfalseLower quality but usable, good for low RAM availability.
Cydonia-R1-24B-v4-Q3KM.ggufQ3K_M11.47GBfalseLow quality.
Cydonia-R1-24B-v4-IQ3M.ggufIQ3M10.65GBfalseMedium-low quality, new method with decent performance comparable to Q3KM.
Cydonia-R1-24B-v4-Q3KS.ggufQ3K_S10.40GBfalseLow quality, not recommended.
Cydonia-R1-24B-v4-IQ3XS.ggufIQ3XS9.91GBfalseLower quality, new method with decent performance, slightly better than Q3KS.
Cydonia-R1-24B-v4-Q2KL.ggufQ2KL9.55GBfalseUses Q80 for embed and output weights. Very low quality but surprisingly usable.
Cydonia-R1-24B-v4-IQ3XXS.ggufIQ3XXS9.28GBfalseLower quality, new method with decent performance, comparable to Q3 quants.
Cydonia-R1-24B-v4-Q2K.ggufQ2K8.89GBfalseVery low quality but surprisingly usable.
Cydonia-R1-24B-v4-IQ2M.ggufIQ2M8.11GBfalseRelatively low quality, uses SOTA techniques to be surprisingly usable.
Cydonia-R1-24B-v4-IQ2S.ggufIQ2S7.48GBfalseLow quality, uses SOTA techniques to be usable.
Cydonia-R1-24B-v4-IQ2XS.ggufIQ2XS7.21GBfalseLow quality, uses SOTA techniques to be usable.

Embed/output weights

Some of these quants (Q3KXL, Q4KL etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.

Downloading using huggingface-cli


Click to view download instructions

First, make sure you have hugginface-cli installed:

pip install -U "huggingface_hub[cli]"

Then, you can target the specific file you want:

huggingface-cli download bartowski/TheDrummerCydonia-R1-24B-v4-GGUF --include "TheDrummerCydonia-R1-24B-v4-Q4KM.gguf" --local-dir ./

If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:

huggingface-cli download bartowski/TheDrummerCydonia-R1-24B-v4-GGUF --include "TheDrummerCydonia-R1-24B-v4-Q8_0/*" --local-dir ./

You can either specify a new local-dir (TheDrummerCydonia-R1-24B-v4-Q80) or download them all in place (./)

ARM/AVX information

Previously, you would download Q4044/48/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass.

Now, however, there is something called "online repacking" for weights. details in this PR. If you use Q40 and your hardware would benefit from repacking weights, it will do it automatically on the fly.

As of llama.cpp build b4282 you will not be able to run the Q40XX files and will instead need to use Q4_0.

Additionally, if you want to get slightly better quality for , you can use IQ4NL thanks to this PR which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase.


Click to view Q40X_X information (deprecated

I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking.


Click to view benchmarks on an AVX2 system (EPYC7702)

modelsizeparamsbackendthreadstestt/s% (vs Q4_0)
qwen2 3B Q4_01.70 GiB3.09 BCPU64pp512204.03 Β± 1.03100%
qwen2 3B Q4_01.70 GiB3.09 BCPU64pp1024282.92 Β± 0.19100%
qwen2 3B Q4_01.70 GiB3.09 BCPU64pp2048259.49 Β± 0.44100%
qwen2 3B Q4_01.70 GiB3.09 BCPU64tg12839.12 Β± 0.27100%
qwen2 3B Q4_01.70 GiB3.09 BCPU64tg25639.31 Β± 0.69100%
qwen2 3B Q4_01.70 GiB3.09 BCPU64tg51240.52 Β± 0.03100%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64pp512301.02 Β± 1.74147%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64pp1024287.23 Β± 0.20101%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64pp2048262.77 Β± 1.81101%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64tg12818.80 Β± 0.9948%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64tg25624.46 Β± 3.0483%
qwen2 3B Q4KM1.79 GiB3.09 BCPU64tg51236.32 Β± 3.5990%
qwen2 3B Q408_81.69 GiB3.09 BCPU64pp512271.71 Β± 3.53133%
qwen2 3B Q408_81.69 GiB3.09 BCPU64pp1024279.86 Β± 45.63100%
qwen2 3B Q408_81.69 GiB3.09 BCPU64pp2048320.77 Β± 5.00124%
qwen2 3B Q408_81.69 GiB3.09 BCPU64tg12843.51 Β± 0.05111%
qwen2 3B Q408_81.69 GiB3.09 BCPU64tg25643.35 Β± 0.09110%
qwen2 3B Q408_81.69 GiB3.09 BCPU64tg51242.60 Β± 0.31105%
Q408_8 offers a nice bump to prompt processing and a small bump to text generation

Which file should I choose?


Click here for details

A great write up with charts showing various performances is provided by Artefact2 here

The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.

If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.

If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.

Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.

If you don't want to think too much, grab one of the K-quants. These are in format 'QXKX', like Q5KM.

If you want to get more into the weeds, you can check out this extremely useful feature chart:

llama.cpp feature matrix

But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQXX, like IQ3M. These are newer and offer better performance for their size.

These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.

Credits

Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset.

Thank you ZeroWw for the inspiration to experiment with embed/output.

Thank you to LM Studio for sponsoring my work.

Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
TheDrummer_Cydonia-R1-24B-v4-IQ2_M.gguf
LFS Q2
7.56 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ2_S.gguf
LFS Q2
6.96 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ2_XS.gguf
LFS Q2
6.71 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ3_M.gguf
LFS Q3
9.92 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ3_XS.gguf
LFS Q3
9.23 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ3_XXS.gguf
LFS Q3
8.64 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ4_NL.gguf
LFS Q4
12.54 GB Download
TheDrummer_Cydonia-R1-24B-v4-IQ4_XS.gguf
LFS Q4
11.88 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q2_K.gguf
LFS Q2
8.28 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q2_K_L.gguf
LFS Q2
8.89 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q3_K_L.gguf
LFS Q3
11.55 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q3_K_M.gguf
LFS Q3
10.69 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q3_K_S.gguf
LFS Q3
9.69 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q3_K_XL.gguf
LFS Q3
12.1 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q4_0.gguf
Recommended LFS Q4
12.57 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q4_1.gguf
LFS Q4
13.85 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q4_K_L.gguf
LFS Q4
13.81 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q4_K_M.gguf
LFS Q4
13.35 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q4_K_S.gguf
LFS Q4
12.62 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q5_K_L.gguf
LFS Q5
16 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q5_K_M.gguf
LFS Q5
15.61 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q5_K_S.gguf
LFS Q5
15.18 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q6_K.gguf
LFS Q6
18.02 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q6_K_L.gguf
LFS Q6
18.32 GB Download
TheDrummer_Cydonia-R1-24B-v4-Q8_0.gguf
LFS Q8
23.33 GB Download
TheDrummer_Cydonia-R1-24B-v4-bf16.gguf
LFS FP16
43.92 GB Download
TheDrummer_Cydonia-R1-24B-v4-imatrix.gguf
LFS
9.57 MB Download