AlexAtomic commited on
Commit
5fd49c5
·
verified ·
1 Parent(s): 4af4f9b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -64,6 +64,8 @@ DFlash is trained for **non-thinking** generation — pass `enable_thinking=fals
64
 
65
  ## Performance
66
 
 
 
67
  z-lab report up to **6.17x** lossless acceleration on their reference stack (vLLM / SGLang / Transformers). In `llama.cpp` today the DFlash port is newer: in our tests **dense** targets get roughly **1.8x-2.8x** end-to-end on code generation, and acceptance climbs on larger targets and structured/code output. Acceptance and speedup depend on the target and the content, not on the quantization. Speedups shrink on free-form prose and on small-active MoE targets.
68
 
69
  ## How this was made
 
64
 
65
  ## Performance
66
 
67
+ <img src="https://huggingface.co/AlexAtomic/Qwen3.5-9B-DFlash-GGUF/resolve/main/speedup.png" alt="Qwen3.5-9B-DFlash DFlash speedup" style="width:100%; max-width:840px; margin:0.4em 0;"/>
68
+
69
  z-lab report up to **6.17x** lossless acceleration on their reference stack (vLLM / SGLang / Transformers). In `llama.cpp` today the DFlash port is newer: in our tests **dense** targets get roughly **1.8x-2.8x** end-to-end on code generation, and acceptance climbs on larger targets and structured/code output. Acceptance and speedup depend on the target and the content, not on the quantization. Speedups shrink on free-form prose and on small-active MoE targets.
70
 
71
  ## How this was made