sphaela/gemma-4-E4B-it-AutoRound-GGUF
1406
Gemma-4-E4B-it GGUF (AutoRound Quantized)
This repository contains GGUF quantized versions of google/gemma-4-E4B-it created using Intel's AutoRound quantization method.
Quantization Details
The models were quantized using various schemes provided by the auto-round tool. For better compatibility and smaller size, we provide unified multimodal projector (mmproj) files in F16, BF16, and F32 formats.
Files and Sizes
Generate the Model
The models were generated using Intel's AutoRound with the following command:
auto-round --model google/gemma-4-E4B-it --output_dir ./quantized/ --scheme <SCHEME> --iters 0Note: To reproduce this quantization, you need the following Pull Request:
- Intel AutoRound PR #1655
- And the specific fix mentioned in this comment.
Usage with llama.cpp
These models can be used with llama.cpp. For multimodal usage, you must specify the projector file:
./llama-cli -m gemma-4-E4B-it-Q4_K_M.gguf --mmproj mmproj-model-f16.gguf --image your_image.jpg -p "Describe this image."About AutoRound
AutoRound is an advanced quantization technique from Intel that aims to minimize accuracy loss through automated rounding optimization.
