Q8_0 GGUF quantization of the z-lab/gemma-4-31B-it-DFlash draft model, produced for the Lucebox dflash engine (speculative decoding for google/gemma-4-31B-it).
quantize_gemma_dflash_q8.py (parameterized variant of dflash/scripts/quantize_draft_q8.py)gemma4-dflash-draftn_target_layers=60, target_layer_ids=[1,12,23,35,46,57], block_size=16, mask_token_id=4unsloth/gemma-4-31B-it-GGUF or bartowski/google_gemma-4-31B-it-GGUF)dflash.fc.weight and dflash.hidden_norm.weight bridge target hidden states into the draft. Do not re-quantize with stock llama-quantize — it strips these tensors. Use the script above.gemma4-dflash-draft in lucebox-hub is the next step after PR #232 (gemma4 target adapter).# With dflash_server (once gemma4-dflash-draft arch is wired in the loader)
dflash_server gemma-4-31B-it-Q4_K_M.gguf --draft gemma-4-31B-it-DFlash-q8_0.gguf
PYTHONPATH=lucebox-hub/dflash/deps/llama.cpp/gguf-py \
python3 quantize_gemma_dflash_q8.py \
gemma-4-31B-it-DFlash/ \
gemma-4-31B-it-DFlash-q8_0.gguf \
--name gemma-4-31B-it-DFlash-Q8_0
3 commits
Q8_0 GGUF quantization of the z-lab/gemma-4-31B-it-DFlash draft model, produced for the Lucebox dflash engine (speculative decoding for google/gemma-4-31B-it).
quantize_gemma_dflash_q8.py (parameterized variant of dflash/scripts/quantize_draft_q8.py)gemma4-dflash-draftn_target_layers=60, target_layer_ids=[1,12,23,35,46,57], block_size=16, mask_token_id=4unsloth/gemma-4-31B-it-GGUF or bartowski/google_gemma-4-31B-it-GGUF)dflash.fc.weight and dflash.hidden_norm.weight bridge target hidden states into the draft. Do not re-quantize with stock llama-quantize — it strips these tensors. Use the script above.gemma4-dflash-draft in lucebox-hub is the next step after PR #232 (gemma4 target adapter).# With dflash_server (once gemma4-dflash-draft arch is wired in the loader)
dflash_server gemma-4-31B-it-Q4_K_M.gguf --draft gemma-4-31B-it-DFlash-q8_0.gguf
PYTHONPATH=lucebox-hub/dflash/deps/llama.cpp/gguf-py \
python3 quantize_gemma_dflash_q8.py \
gemma-4-31B-it-DFlash/ \
gemma-4-31B-it-DFlash-q8_0.gguf \
--name gemma-4-31B-it-DFlash-Q8_0
3 commits