satgeze commited on
Commit
0e3d153
·
verified ·
1 Parent(s): 64e2ee4

Card: add speedup comparison chart + training loss curve

Browse files
Files changed (3) hide show
  1. README.md +6 -0
  2. speedup.png +0 -0
  3. training_loss.png +0 -0
README.md CHANGED
@@ -18,6 +18,8 @@ llama.cpp (`--spec-type draft-dspark`) it delivers **1.6-2.7× decode speedup**
18
  Blackwell at Q8_0, with **zero quality change** (speculative decoding is lossless: every accepted
19
  token is verified by the target).
20
 
 
 
21
  ## Measured results (llama.cpp, RTX Pro 6000 Blackwell, target Qwen3.6-27B-Q8_0, greedy, 200-token completions)
22
 
23
  | metric | value |
@@ -54,6 +56,10 @@ Metal (draft overhead dominates a fast tiny target), while at 27B the head pays
54
  1.39× on a MacBook is the difference between 12 and 17 tokens per second where it is actually
55
  felt.
56
 
 
 
 
 
57
  ## Recipe (reproducible)
58
 
59
  - Data: 12,000 prompts (mlabonne/open-perfectblend), responses regenerated by the target itself
 
18
  Blackwell at Q8_0, with **zero quality change** (speculative decoding is lossless: every accepted
19
  token is verified by the target).
20
 
21
+ ![decode speed, baseline vs DSpark](speedup.png)
22
+
23
  ## Measured results (llama.cpp, RTX Pro 6000 Blackwell, target Qwen3.6-27B-Q8_0, greedy, 200-token completions)
24
 
25
  | metric | value |
 
56
  1.39× on a MacBook is the difference between 12 and 17 tokens per second where it is actually
57
  felt.
58
 
59
+ ## Training
60
+
61
+ ![training loss](training_loss.png)
62
+
63
  ## Recipe (reproducible)
64
 
65
  - Data: 12,000 prompts (mlabonne/open-perfectblend), responses regenerated by the target itself
speedup.png ADDED
training_loss.png ADDED