Views
No views yet
google/diffusiongemma-26B-A4B-it, self-quantized by Atomic Chat from Google's original weights.[!WARNING] These run only with the DiffusionGemma build of llama.cpp, via the dedicatedllama-diffusion-clirunner. The standardllama-cli/llama-server, Ollama, LM Studio and Jan cannot run these yet. Diffusion support is an open draft PR (ggml-org/llama.cpp#24423), not yet merged to master.
| Quant | Size | Notes |
|---|---|---|
Q4_K_M | ~16.8 GB | Recommended default. Best size / quality balance. |
Q5_K_M | ~19.1 GB | Higher quality. |
Q6_K | ~22.7 GB | Near lossless. |
Q8_0 | ~26.9 GB | Effectively lossless, reference quality. |
1git clone https://github.com/ggerganov/llama.cpp
2cd llama.cpp
3git fetch origin pull/24423/head:diffusiongemma
4git checkout diffusiongemma
5cmake -B build -DGGML_CUDA=ON
6cmake --build build -j --config Release --target llama-diffusion-cli1./build/bin/llama-diffusion-cli \
2 -hf AlexAtomic/diffusiongemma-26B-A4B-it-GGUF:Q4_K_M \
3 -p "Explain what a neural network is in two sentences." \
4 --diffusion-steps 128 --diffusion-visual-DGGML_CUDA=OFF for CPU or Metal builds. Add -ngl N to offload N layers to GPU.--diffusion-steps N denoising steps (default 128, fewer is faster).--diffusion-eb auto|on|off entropy-bound decoder tuned for DiffusionGemma.--diffusion-visual watch the canvas fill in progressively.| Property | Value |
|---|---|
| Base model | google/diffusiongemma-26B-A4B-it |
| Architecture | diffusion-gemma (DiffusionGemmaForBlockDiffusion) |
| Total parameters | 25.2B |
| Active parameters | 3.8B (8 of 128 experts) |
| Generation | block-autoregressive diffusion (parallel denoising) |
| This repo | GGUF quants for llama-diffusion-cli |
google/diffusiongemma-26B-A4B-it.llama-diffusion-cli.llama-quantize.