Raullen commited on
Commit
62a9063
·
verified ·
1 Parent(s): 8300453

bench: correct 27B prefill_16k numbers (false hang ruled out, hybrid attention narrative)

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -45,12 +45,14 @@ print(generate(model, tokenizer, prompt="Hello", max_tokens=32))
45
 
46
  ## Benchmarks
47
 
48
- > Measured on M3 Ultra Studio (28 (20 Performance and 8 Efficiency) CPU, 60-core GPU, 256 GB unified memory) via rapid-mlx 0.8.18.
49
 
50
  | Variant | Decode tok/s | TTFT (ms) | Prefill 1k (tok/s) | Prefill 4k (tok/s) | Prefill 16k (tok/s) | Tool-call e2e |
51
  |---|---:|---:|---:|---:|---:|---:|
52
  | Tmax-9B (4-bit MLX) | 107.4 | 127 | 1,060 | 1,124 | 1,092 | 726 ms (OK) |
53
 
 
 
54
  Full results (all 7 Tmax MLX variants + 2 Qwen3.5 controls): [rapid-mlx docs](https://github.com/raullenchai/Rapid-MLX/blob/main/docs/benchmarks/tmax-m3-ultra.md).
55
 
56
  Reproduce:
 
45
 
46
  ## Benchmarks
47
 
48
+ > Measured on M3 Ultra Studio (28 (20 Performance and 8 Efficiency) CPU, 60-core GPU, 256 GB unified memory) via rapid-mlx 0.8.18. Medians of 3 runs.
49
 
50
  | Variant | Decode tok/s | TTFT (ms) | Prefill 1k (tok/s) | Prefill 4k (tok/s) | Prefill 16k (tok/s) | Tool-call e2e |
51
  |---|---:|---:|---:|---:|---:|---:|
52
  | Tmax-9B (4-bit MLX) | 107.4 | 127 | 1,060 | 1,124 | 1,092 | 726 ms (OK) |
53
 
54
+ Recommended default for the 9B family on M3 Ultra — ~19% faster decode than the Qwen3.5-9B-4bit control on the same hardware (90.5 tok/s), tool-call e2e under 1 s.
55
+
56
  Full results (all 7 Tmax MLX variants + 2 Qwen3.5 controls): [rapid-mlx docs](https://github.com/raullenchai/Rapid-MLX/blob/main/docs/benchmarks/tmax-m3-ultra.md).
57
 
58
  Reproduce: