DFLASH27B_KV_TQ3=1 DFLASH_SAMPLED_VERIFY=1 LUCE_MMVQ_MAX_NCOLS=8 ./server/build/dflash_server server/models/Qwen3.6-27B-Q4_K_M.gguf --draft server/models/draft/dflash-draft-3.6-q4_k_m.gguf --ddtree --ddtree-budget 2 --port 8001 --max-ctx 200000
I need to use this command to get speculative decode to work at all. But this is still slower then AR mode on V100. What is needed to get the V100 speculative decoding working faster then AR?
DFLASH27B_KV_TQ3=1 DFLASH_SAMPLED_VERIFY=1 LUCE_MMVQ_MAX_NCOLS=8 ./server/build/dflash_server server/models/Qwen3.6-27B-Q4_K_M.gguf --draft server/models/draft/dflash-draft-3.6-q4_k_m.gguf --ddtree --ddtree-budget 2 --port 8001 --max-ctx 200000
I need to use this command to get speculative decode to work at all. But this is still slower then AR mode on V100. What is needed to get the V100 speculative decoding working faster then AR?