πŸ“‹ Model Description


base_model: chuanli11/Llama-3.2-3B-Instruct-uncensored pipeline_tag: text-generation tags: [] quantized_by: bartowski

Llamacpp imatrix Quantizations of Llama-3.2-3B-Instruct-uncensored

Using llama.cpp release b3972 for quantization.

Original model: https://huggingface.co/chuanli11/Llama-3.2-3B-Instruct-uncensored

All quants made using imatrix option with dataset from here

Run them in LM Studio

Prompt format

<|beginoftext|><|startheaderid|>system<|endheaderid|>

Cutting Knowledge Date: December 2023
Today Date: 25 Oct 2024

{systemprompt}<|eotid|><|startheaderid|>user<|endheaderid|>

{prompt}<|eotid|><|startheaderid|>assistant<|endheader_id|>

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

FilenameQuant typeFile SizeSplitDescription
Llama-3.2-3B-Instruct-uncensored-f16.gguff167.22GBfalseFull F16 weights.
Llama-3.2-3B-Instruct-uncensored-Q80.ggufQ803.84GBfalseExtremely high quality, generally unneeded but max available quant.
Llama-3.2-3B-Instruct-uncensored-Q6KL.ggufQ6KL3.16GBfalseUses Q80 for embed and output weights. Very high quality, near perfect, recommended.
Llama-3.2-3B-Instruct-uncensored-Q6K.ggufQ6K2.97GBfalseVery high quality, near perfect, recommended.
Llama-3.2-3B-Instruct-uncensored-Q5KL.ggufQ5KL2.84GBfalseUses Q80 for embed and output weights. High quality, recommended.
Llama-3.2-3B-Instruct-uncensored-Q5KM.ggufQ5K_M2.59GBfalseHigh quality, recommended.
Llama-3.2-3B-Instruct-uncensored-Q5KS.ggufQ5K_S2.54GBfalseHigh quality, recommended.
Llama-3.2-3B-Instruct-uncensored-Q4KL.ggufQ4KL2.53GBfalseUses Q80 for embed and output weights. Good quality, recommended.
Llama-3.2-3B-Instruct-uncensored-Q3KXL.ggufQ3KXL2.33GBfalseUses Q80 for embed and output weights. Lower quality but usable, good for low RAM availability.
Llama-3.2-3B-Instruct-uncensored-Q4KM.ggufQ4K_M2.24GBfalseGood quality, default size for must use cases, recommended.
Llama-3.2-3B-Instruct-uncensored-Q4KS.ggufQ4K_S2.15GBfalseSlightly lower quality with more space savings, recommended.
Llama-3.2-3B-Instruct-uncensored-Q4088.ggufQ40882.14GBfalseOptimized for ARM inference. Requires 'sve' support (see link below). Don't use on Mac or Windows.
Llama-3.2-3B-Instruct-uncensored-Q4048.ggufQ40482.14GBfalseOptimized for ARM inference. Requires 'i8mm' support (see link below). Don't use on Mac or Windows.
Llama-3.2-3B-Instruct-uncensored-Q4044.ggufQ40442.14GBfalseOptimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. Don't use on Mac or Windows.
Llama-3.2-3B-Instruct-uncensored-Q40.ggufQ402.14GBfalseLegacy format, generally not worth using over similarly sized formats
Llama-3.2-3B-Instruct-uncensored-IQ4XS.ggufIQ4XS2.04GBfalseDecent quality, smaller than Q4KS with similar performance, recommended.
Llama-3.2-3B-Instruct-uncensored-Q3KL.ggufQ3K_L1.98GBfalseLower quality but usable, good for low RAM availability.
Llama-3.2-3B-Instruct-uncensored-Q2KL.ggufQ2KL1.88GBfalseUses Q80 for embed and output weights. Very low quality but surprisingly usable.
Llama-3.2-3B-Instruct-uncensored-Q3KM.ggufQ3K_M1.86GBfalseLow quality.
Llama-3.2-3B-Instruct-uncensored-IQ3M.ggufIQ3M1.77GBfalseMedium-low quality, new method with decent performance comparable to Q3KM.
Llama-3.2-3B-Instruct-uncensored-Q3KS.ggufQ3K_S1.71GBfalseLow quality, not recommended.
Llama-3.2-3B-Instruct-uncensored-IQ3XS.ggufIQ3XS1.65GBfalseLower quality, new method with decent performance, slightly better than Q3KS.
Llama-3.2-3B-Instruct-uncensored-Q2K.ggufQ2K1.49GBfalseVery low quality but surprisingly 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.

Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.

Thanks!

Downloading using huggingface-cli

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/Llama-3.2-3B-Instruct-uncensored-GGUF --include "Llama-3.2-3B-Instruct-uncensored-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/Llama-3.2-3B-Instruct-uncensored-GGUF --include "Llama-3.2-3B-Instruct-uncensored-Q8_0/*" --local-dir ./

You can either specify a new local-dir (Llama-3.2-3B-Instruct-uncensored-Q8_0) or download them all in place (./)

Q40X_X

These are NOT for Metal (Apple) offloading, only ARM chips.

If you're using an ARM chip, the Q40XX quants will have a substantial speedup. Check out Q4044 speed comparisons on the original pull request

To check which one would work best for your ARM chip, you can check AArch64 SoC features (thanks EloyOn!).

Which file should I choose?

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 and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.

The I-quants are not compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.

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

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

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
Llama-3.2-3B-Instruct-uncensored-IQ3_M.gguf
LFS Q3
1.65 GB Download
Llama-3.2-3B-Instruct-uncensored-IQ3_XS.gguf
LFS Q3
1.53 GB Download
Llama-3.2-3B-Instruct-uncensored-IQ4_XS.gguf
LFS Q4
1.9 GB Download
Llama-3.2-3B-Instruct-uncensored-Q2_K.gguf
LFS Q2
1.39 GB Download
Llama-3.2-3B-Instruct-uncensored-Q2_K_L.gguf
LFS Q2
1.75 GB Download
Llama-3.2-3B-Instruct-uncensored-Q3_K_L.gguf
LFS Q3
1.85 GB Download
Llama-3.2-3B-Instruct-uncensored-Q3_K_M.gguf
LFS Q3
1.73 GB Download
Llama-3.2-3B-Instruct-uncensored-Q3_K_S.gguf
LFS Q3
1.59 GB Download
Llama-3.2-3B-Instruct-uncensored-Q3_K_XL.gguf
LFS Q3
2.17 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_0.gguf
Recommended LFS Q4
2 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_0_4_4.gguf
LFS Q4
1.99 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_0_4_8.gguf
LFS Q4
1.99 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_0_8_8.gguf
LFS Q4
1.99 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_K_L.gguf
LFS Q4
2.36 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_K_M.gguf
LFS Q4
2.09 GB Download
Llama-3.2-3B-Instruct-uncensored-Q4_K_S.gguf
LFS Q4
2 GB Download
Llama-3.2-3B-Instruct-uncensored-Q5_K_L.gguf
LFS Q5
2.64 GB Download
Llama-3.2-3B-Instruct-uncensored-Q5_K_M.gguf
LFS Q5
2.41 GB Download
Llama-3.2-3B-Instruct-uncensored-Q5_K_S.gguf
LFS Q5
2.37 GB Download
Llama-3.2-3B-Instruct-uncensored-Q6_K.gguf
LFS Q6
2.76 GB Download
Llama-3.2-3B-Instruct-uncensored-Q6_K_L.gguf
LFS Q6
2.94 GB Download
Llama-3.2-3B-Instruct-uncensored-Q8_0.gguf
LFS Q8
3.58 GB Download
Llama-3.2-3B-Instruct-uncensored-f16.gguf
LFS FP16
6.73 GB Download