gabfssilva commited on
Commit
a13eccf
·
verified ·
1 Parent(s): 33ab198

Card: drop leaderboard + batching-context notes

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -39,7 +39,7 @@ This build was produced by patching mlx-vlm's `sanitize()` to stack the per-expe
39
  ## Throughput
40
 
41
  Measured with oMLX's benchmark harness on a Macbook Pro M5 Max 128GB 40 GPU — gen 128 tokens,
42
- cold prefill (unique prompt prefix per request, no cache reuse). Published to the omlx.ai leaderboard.
43
 
44
  ### Single request (batch 1) — decode tok/s by context
45
 
@@ -66,8 +66,7 @@ TTFT (cold prefill) is ~precision-independent — ≈0.3 s @1k, 3 s @8k, 21 s @3
66
  | 4 | 107.1 | 202.0 | 185.1 | 195.7 | 239.9 | 230.2 |
67
  | 8 | 129.6 | 252.4 | 223.4 | 238.7 | 289.0 | 276.1 |
68
 
69
- Aggregate across the batch; per-request rate is that value divided by the batch size. The oMLX
70
- harness fixes continuous batching at 1k context (batch size varies, prompt length does not).
71
 
72
  ## Smoke test
73
 
 
39
  ## Throughput
40
 
41
  Measured with oMLX's benchmark harness on a Macbook Pro M5 Max 128GB 40 GPU — gen 128 tokens,
42
+ cold prefill (unique prompt prefix per request, no cache reuse).
43
 
44
  ### Single request (batch 1) — decode tok/s by context
45
 
 
66
  | 4 | 107.1 | 202.0 | 185.1 | 195.7 | 239.9 | 230.2 |
67
  | 8 | 129.6 | 252.4 | 223.4 | 238.7 | 289.0 | 276.1 |
68
 
69
+ Aggregate across the batch; per-request rate is that value divided by the batch size.
 
70
 
71
  ## Smoke test
72