These are UD quantizations prepared for efficient local inference with llama.cpp, including support for multimodal image-text-to-text workflows when used with the corresponding mmproj file.
Overview
This release is designed for users who want to run the Huihui Gemma 4 26B A4B abliterated model locally with reduced VRAM and RAM requirements while preserving as much output quality as possible.
The quantization variants use an optimized tensor distribution strategy inspired by Unsloth-style mixed-quality quantization recipes, balancing model fidelity, speed, and memory efficiency across different hardware targets.
Quick Start
Download the latest release of llama.cpp.
Download your preferred .gguf model file from this repository.
For multimodal inference, also download the matching mmproj file.
Run the model with llama.cpp using your preferred frontend or CLI.
Example:
bash
1./llama-cli \2 -m Huihui-Gemma-4-26B-A4B-it-abliterated-UD-Q4_K_XL.gguf \3 --mmproj mmproj-model.gguf \4 -p "Describe this image in detail."
Adjust the model filename and mmproj filename to match the files you downloaded.
Which Quant Should I Choose?
Choose based on your available memory and quality target:
Quantization style: UD / mixed tensor distribution
Disclaimer
This repository only provides quantized GGUF builds. Model behavior, alignment characteristics, and training details are inherited from the original base model and fine-tune.