Skip to content

Commit 157d608

Browse files
mudlerlocalai-org-maint-bot
authored andcommitted
feat(dllm): default gallery entry on Q4_K_M; add Q8_0 variant
Q4_K_M (~17 GB, GB10-validated: cosine 0.9862, coherent generation) is the friendlier default download than the 50 GB BF16; Q8_0 (~27 GB) is the higher-fidelity middle ground. Both descriptions carry the measured caveat that BF16 is ~5x faster per denoise step on BF16-native hardware, with a pointer to fetch it manually when it fits. sha256 values are the HF LFS oids. Assisted-by: Claude Code (Fable 5) Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 012a326 commit 157d608

1 file changed

Lines changed: 34 additions & 6 deletions

File tree

gallery/index.yaml

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
Honest expectations:
1414
* Experimental: both the model family and the dllm backend are young -
1515
expect rough edges.
16-
* BF16 weights (~50 GB): CUDA-13-class hardware (DGX Spark / large-VRAM or
17-
unified-memory machines) is recommended; CPU works but is slow.
16+
* Q4_K_M weights (~17 GB): the memory-friendly default. Validated on
17+
GB10 (quality holds: golden cosine 0.9862, coherent generation), but
18+
note that on hardware with native BF16 tensor cores (GB10-class) the
19+
BF16 file is ~5x FASTER per denoise step than K-quants - if ~50 GB
20+
fits, fetch diffusiongemma-26B-A4B-it-BF16.gguf manually instead.
1821
* Throughput: every denoise step currently recomputes the full
1922
prompt+canvas - the prefix-KV cache that removes this lands with the
2023
dllm backend's P3 work - so long prompts cost proportionally more per
@@ -31,11 +34,36 @@
3134
- dllm
3235
overrides:
3336
parameters:
34-
model: dllm/diffusiongemma-26B-A4B-it-BF16.gguf
37+
model: dllm/diffusiongemma-26B-A4B-it-Q4_K_M.gguf
3538
files:
36-
- filename: dllm/diffusiongemma-26B-A4B-it-BF16.gguf
37-
sha256: b0ef5dbf246608953ee9945fb03c6056af9e2459799fb179651a20a8bbaa2921
38-
uri: https://huggingface.co/unsloth/diffusiongemma-26B-A4B-it-GGUF/resolve/main/diffusiongemma-26B-A4B-it-BF16.gguf
39+
- filename: dllm/diffusiongemma-26B-A4B-it-Q4_K_M.gguf
40+
sha256: d2ca2c032ebfb23cf2d1794a3465e615c7545634d46b3c30652a26d8b07c4ad3
41+
uri: https://huggingface.co/unsloth/diffusiongemma-26B-A4B-it-GGUF/resolve/main/diffusiongemma-26B-A4B-it-Q4_K_M.gguf
42+
- name: "diffusiongemma-26b-a4b-it-q8_0"
43+
url: "github:mudler/LocalAI/gallery/diffusiongemma.yaml@master"
44+
urls:
45+
- https://huggingface.co/unsloth/diffusiongemma-26B-A4B-it-GGUF
46+
- https://github.com/mudler/dllm.cpp
47+
description: |
48+
DiffusionGemma 26B A4B (instruction-tuned), Q8_0 quantization (~27 GB):
49+
the higher-fidelity middle ground between Q4_K_M (~17 GB) and BF16
50+
(~50 GB). Served by LocalAI's dllm backend (dllm.cpp); see the Q4_K_M
51+
entry for the full notes on experimental status, throughput, and the
52+
K-quant-vs-BF16 speed trade-off on BF16-native hardware.
53+
license: apache-2.0
54+
tags:
55+
- llm
56+
- gguf
57+
- gemma
58+
- diffusion
59+
- dllm
60+
overrides:
61+
parameters:
62+
model: dllm/diffusiongemma-26B-A4B-it-Q8_0.gguf
63+
files:
64+
- filename: dllm/diffusiongemma-26B-A4B-it-Q8_0.gguf
65+
sha256: fa5180660b80d52aae94ed814a6183af303841d8bb425a27f13ea27400a7b430
66+
uri: https://huggingface.co/unsloth/diffusiongemma-26B-A4B-it-GGUF/resolve/main/diffusiongemma-26B-A4B-it-Q8_0.gguf
3967
- &kat-coder-v2-5-dev
4068
name: "kat-coder-v2.5-dev"
4169
variants:

0 commit comments

Comments
 (0)