@nullfoundry: hey everyone. i'd like to share my new recipe for dflash ( merged yesterday on oficial llama.cpp ) llama-server -hf uns…

X AI KOLs Timeline Tools

Summary

Sharing a new recipe for dflash speculative decoding in llama.cpp, achieving ~70 TPS on a single RTX 3090 using Qwen3.6-27B GGUF with a draft model.

hey everyone. i'd like to share my new recipe for dflash ( merged yesterday on oficial llama.cpp ) llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q4_K_M --host 0.0.0.0 --port ${PORT} --threads 8 --threads-batch 8 --ctx-size 120000 --predict 16384 --batch-size 2048 --ubatch-size 1024 --gpu-layers all --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0 --no-mmap --temp 0.6 --top-k 20 --top-p 0.95 --min-p 0.0 --repeat-penalty 1.0 --presence-penalty 0.0 --parallel 1 --metrics --jinja --reasoning off --reasoning-format auto --reasoning-budget 2048 -ctxcp 32 -fitt 1024 --cache-ram 16384 --chat-template-kwargs "{ \"preserve_thinking\": false}" --checkpoint-min-step 512 --reasoning-budget-message "Okay, I have thought enough. I will now provide the final answer" --cache-prompt --no-mmproj --kv-unified --spec-type draft-dflash -md "C:\Users\bagcn\.cache\huggingface\hub\qwen3.6-27b-dflash-IQ4_XS.gguf" -ngld 99 ~70TPS - 1x RTX 3090 Huuuuuge improvement!!!
Original Article
View Cached Full Text

Cached at: 06/30/26, 07:37 AM

hey everyone.

i’d like to share my new recipe for dflash ( merged yesterday on oficial llama.cpp )

llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q4_K_M –host 0.0.0.0 –port ${PORT} –threads 8 –threads-batch 8 –ctx-size 120000 –predict 16384 –batch-size 2048 –ubatch-size 1024 –gpu-layers all –flash-attn on –cache-type-k q8_0 –cache-type-v q8_0 –no-mmap –temp 0.6 –top-k 20 –top-p 0.95 –min-p 0.0 –repeat-penalty 1.0 –presence-penalty 0.0 –parallel 1 –metrics –jinja –reasoning off –reasoning-format auto –reasoning-budget 2048 -ctxcp 32 -fitt 1024 –cache-ram 16384 –chat-template-kwargs “{ "preserve_thinking": false}” –checkpoint-min-step 512 –reasoning-budget-message “Okay, I have thought enough. I will now provide the final answer” –cache-prompt –no-mmproj –kv-unified –spec-type draft-dflash -md “C:\Users\bagcn.cache\huggingface\hub\qwen3.6-27b-dflash-IQ4_XS.gguf” -ngld 99

~70TPS - 1x RTX 3090

Huuuuuge improvement!!!

Similar Articles