Pull down to go back
Got DFlash speculative decoding working on Qwen3.5-35B-A3B with an RTX 2080 SUPER 8GB

Got DFlash speculative decoding working on Qwen3.5-35B-A3B with an RTX 2080 SUPER 8GB

成功在 RTX 2080 SUPER 8GB 上執行 DFlash 推測解碼,運行 Qwen3.5-35B-A3B 模型

A developer successfully implemented DFlash speculative decoding in llama.cpp on a memory-constrained GPU setup. Using an RTX 2080 SUPER with only 8GB VRAM, they ran the 35B parameter Qwen3.5-35B-A3B model (quantized to Q5_K_M, ~24.44GB) with a smaller Q4_K_M draft model for acceleration. The setup leverages CUDA backend and was tested against the DFlash PR in the llama.cpp repository, demonstrating that advanced inference optimization techniques can work on consumer-grade hardware with careful quantization and model selection.