sjakek commited on
Commit
e2207f2
·
verified ·
1 Parent(s): b889cfa

Document parallel-3 MTP benchmark results

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -90,6 +90,16 @@ Relevant retained logs:
90
  - `logs/server-final-q8-mtp-canonical.log`
91
  - `logs/openai-chat-final-q8-canonical.json`
92
 
 
 
 
 
 
 
 
 
 
 
93
  ## Checksums
94
 
95
  ```text
 
90
  - `logs/server-final-q8-mtp-canonical.log`
91
  - `logs/openai-chat-final-q8-canonical.json`
92
 
93
+ ## Benchmarks
94
+
95
+ Additional local benchmark reports are included in this repository:
96
+
97
+ - `benchmarks/gemma4_q4xl_mtp_2k_64k`: single-stream Q4_K_XL target-only vs Q8 MTP, draft max 3, temperature 0.
98
+ - `benchmarks/gemma4_q4xl_mtp_2k_64k_draft2_temp06_topk1`: single-stream Q4_K_XL target-only vs Q8 MTP, draft max 2, drafter top-k 1, accepter temperature 0.6.
99
+ - `benchmarks/gemma4_q4xl_mtp_2k_64k_draft2_temp06_topk1_parallel3`: three concurrent 2K-in/2K-out streams, `--parallel 3`, draft max 2, drafter top-k 1, accepter temperature 0.6. This was the first local run where MTP beat target-only on aggregate generation throughput:
100
+ - coding: 47.14 tok/s target-only vs 50.57 tok/s MTP
101
+ - general: 48.42 tok/s target-only vs 50.60 tok/s MTP
102
+
103
  ## Checksums
104
 
105
  ```text