Views
No views yet
google/diffusiongemma-26B-A4B-it (mlx-vlm).
Block-diffusion LM built on Gemma 4 (25.2B total / 3.8B active, MoE 128+1 experts, vision).google/diffusiongemma-26B-A4B-it (license: apache-2.0)mlx_vlm.convert (4bit affine, group_size=64), ~5.130 bpwmodel_type: diffusion_gemma is supported natively by mlx-vlm 0.6.9; no patch needed.chat_template.jinja is not the base repo's copy: it is the patched Gemma 4 Canonical
Chat Template from ToPo-ToPo/gemma-4-26B-A4B-it-mlx-4bit,
which suppresses the thinking channel when enable_thinking is false (otherwise the literal
word thought leaks into the answer). Thinking is off by default. Weights are unaffected —
restore the base repo's template for stock behaviour.1from mlx_vlm import load
2model, processor = load("ToPo-ToPo/diffusiongemma-26B-A4B-it-mlx-4bit")1python -m mlx_vlm generate --model ToPo-ToPo/diffusiongemma-26B-A4B-it-mlx-4bit \
2 --prompt "Why is the sky blue?" \
3 --max-tokens 256 --max-denoising-steps 48 --diffusion-sampler entropy-bound