--- license: apache-2.0 base_model: google/diffusiongemma-26B-A4B-it language: - en tags: - mlx - ffai - quantized - 4bit - affine --- # diffusiongemma-26B-A4B-it 4-bit affine quantization of [google/diffusiongemma-26B-A4B-it](https://huggingface.co/google/diffusiongemma-26B-A4B-it), produced with [FFAI](https://github.com/thewafflehaus/FFAI) 0.1.0's `ffai convert` (mlx-affine format, `group_size=64`). ## Conversion ```bash ffai convert google/diffusiongemma-26B-A4B-it --bits 4 --embedding-bits 4 ``` ## See also - [FFAI](https://github.com/thewafflehaus/FFAI) — fast Apple Silicon LLM inference. `Model.load("google/diffusiongemma-26B-A4B-it")` runs this checkpoint end-to-end. - [FFAI quickstart](https://github.com/thewafflehaus/FFAI/blob/main/documentation/quickstart.md) - [FFAI quantization docs](https://github.com/thewafflehaus/FFAI/blob/main/documentation/quantization.md)