Mirror of
z-lab/Qwen3.6-27B-DFlash (MIT),
the block-diffusion DFlash drafter for Qwen3.6-27B targets. Kept under this account so the
full vLLM speculative-decoding stack pairs with the uncensored finetune repos below.
1vllm serve zeeksa/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-FP8-Dynamic \
2 --speculative-config '{"method": "dflash", "model": "zeeksa/Qwen3.6-27B-DFlash", "num_speculative_tokens": 15}' \
3 --max-num-batched-tokens 32768 --max-num-seqs 64
DFlash is lossless — output is identical to serving the target alone; only speed changes.