Youssofal commited on
Commit
d85dd52
·
verified ·
1 Parent(s): 78b6a9a

Update MTPLX runtime contract exactness baseline

Browse files
Files changed (1) hide show
  1. mtplx_runtime.json +12 -0
mtplx_runtime.json CHANGED
@@ -16,5 +16,17 @@
16
  "hardware": "Apple M5 Max, 128 GB unified memory",
17
  "machine_arch": "arm64",
18
  "model": "Qwen3.6-27B-MTPLX-Flat4-CyanKiwiMTP"
 
 
 
 
 
 
 
 
 
 
 
 
19
  }
20
  }
 
16
  "hardware": "Apple M5 Max, 128 GB unified memory",
17
  "machine_arch": "arm64",
18
  "model": "Qwen3.6-27B-MTPLX-Flat4-CyanKiwiMTP"
19
+ },
20
+ "exactness_baseline": {
21
+ "gate": "phase0h-paged-verifier-exactness",
22
+ "status": "passed",
23
+ "context": 64,
24
+ "mode": "decode-from-stock-prefix",
25
+ "verify_tokens": 4,
26
+ "attention_impl": "mlx_vector_paged",
27
+ "max_abs_diff": 0.0,
28
+ "total_variation": 0.0,
29
+ "topk_overlap_ratio": 1.0,
30
+ "sample_agreement": 1.0
31
  }
32
  }