This is the self-contained ModelDeck Q4/BF16 hybrid for google/diffusiongemma-26B-A4B-it. It
quantizes all 30 Mixture-of-Experts layers to symmetric GPTQ 4-bit weights with group
size 32 and packages the remaining model weights in BF16.
The pinned upstream model and revision remain recorded for provenance, but this release
does not download or load the upstream checkpoint at runtime. All model, processor,
tokenizer, and generation files needed by the ModelDeck loader are included here.
This package is not a standard Transformers or GPTQ checkpoint. Use the
custom ModelDeck direct Q4 loader; Ollama, llama.cpp, generic from_pretrained(), and
vLLM do not directly understand this hybrid checkpoint layout.
Quantization
Method: GPTQ, 4 bits, symmetric
Group size: 32
Activation ordering: disabled
Runtime: GPTQModel Triton V2 on ROCm
Quantized tensors: expert gate_up_proj and down_proj
Validated for text-diffusion generation on one AMD Radeon 8060S (gfx1151) using
the pinned ROCm stack above.
The Q4 experts reduce memory substantially but are slower than BF16 on the tested
hardware.
The package has not been validated for multimodal generation, other GPUs, other base
revisions, or other GPTQ runtimes.
Compatibility is tied to the ModelDeck source commit above; treat a different loader
revision as unvalidated until the release gate passes again.
Generated output can be inaccurate, biased, or unsafe. Apply task-appropriate safety
and factuality checks.
Licence and provenance
The base DiffusionGemma model is published by Google DeepMind under Apache License 2.0.
This package contains transformed expert weights derived from the pinned base revision.
See LICENSE and THIRD_PARTY_NOTICES.md for redistribution information.