Raullen commited on
Commit
33812d6
·
verified ·
1 Parent(s): fc59f62

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

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ 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
  |---|---:|---:|---:|---:|---:|---:|
 
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
  |---|---:|---:|---:|---:|---:|---:|