|
13 | 13 | Honest expectations: |
14 | 14 | * Experimental: both the model family and the dllm backend are young - |
15 | 15 | 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. |
18 | 21 | * Throughput: every denoise step currently recomputes the full |
19 | 22 | prompt+canvas - the prefix-KV cache that removes this lands with the |
20 | 23 | dllm backend's P3 work - so long prompts cost proportionally more per |
|
31 | 34 | - dllm |
32 | 35 | overrides: |
33 | 36 | parameters: |
34 | | - model: dllm/diffusiongemma-26B-A4B-it-BF16.gguf |
| 37 | + model: dllm/diffusiongemma-26B-A4B-it-Q4_K_M.gguf |
35 | 38 | 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 |
39 | 67 | - &kat-coder-v2-5-dev |
40 | 68 | name: "kat-coder-v2.5-dev" |
41 | 69 | variants: |
|
0 commit comments