SPB Git

spb/modelmap Public License

Internal cartography of local LLMs on Apple Silicon — registered, gated, negative-first. Public atlas at modelmap.io.

Python 66.3% JavaScript 24.5% CSS 8.1% Shell 0.7%
3.6 KB · 164 lines json
Raw Blame History
1{2  "experiment": "expH_capture_cost_frontier",3  "run": 2,4  "scope": "storage formats, COLD cache (purge per repeat), second hardware",5  "config": {6    "rows": 200000,7    "dim": 4096,8    "write_chunk": 4096,9    "batch": 4096,10    "n_batches": 24,11    "repeats": 3,12    "purge_cmd": "echo 492592 | sudo -S purge",13    "seed": 014  },15  "manifest": {16    "author": "Simon-Pierre Boucher",17    "chip": "Apple M3 Ultra",18    "cores": 28,19    "unified_gb": 96.0,20    "os": "26.6",21    "python": "3.14.5",22    "numpy": "2.5.2",23    "host": "MacStudnpierre2"24  },25  "storage": [26    {27      "format": "raw-mmap",28      "op": "write",29      "bytes": 1638400000,30      "seconds": [31        0.957783624995499832      ],33      "gb_per_s_mean": 1.5931353036623166,34      "cache": "warm"35    },36    {37      "format": "raw-mmap",38      "op": "seq-scan",39      "bytes": 1638400000,40      "seconds": [41        2.311261749942787,42        2.483271957957186,43        2.361238125013187544      ],45      "gb_per_s_mean": 0.6397125042046533,46      "cache": "cold"47    },48    {49      "format": "raw-mmap",50      "op": "random-batch",51      "bytes": 805306368,52      "seconds": [53        5.556866124970838,54        5.391185167012736,55        4.890021833009086556      ],57      "gb_per_s_mean": 0.14206273593026125,58      "cache": "cold"59    },60    {61      "format": "safetensors",62      "op": "write",63      "bytes": 1638400000,64      "seconds": [65        1.899721750058233766      ],67      "gb_per_s_mean": 0.8032117894124369,68      "cache": "warm"69    },70    {71      "format": "safetensors",72      "op": "seq-scan",73      "bytes": 1638400000,74      "seconds": [75        2.492816833080724,76        2.518700583023019,77        3.581377124995924578      ],79      "gb_per_s_mean": 0.5327234841362526,80      "cache": "cold"81    },82    {83      "format": "safetensors",84      "op": "random-batch",85      "bytes": 805306368,86      "seconds": [87        2.43777041696012,88        2.4196586669422686,89        2.248799457913264690      ],91      "gb_per_s_mean": 0.31662364737640725,92      "cache": "cold"93    },94    {95      "format": "zarr-uncompressed",96      "op": "write",97      "bytes": 1638400000,98      "seconds": [99        0.7715847919462249100      ],101      "gb_per_s_mean": 1.9775906966765944,102      "cache": "warm"103    },104    {105      "format": "zarr-uncompressed",106      "op": "seq-scan",107      "bytes": 1638400000,108      "seconds": [109        0.43666258302982897,110        0.4407244159374386,111        0.4407702499302104112      ],113      "gb_per_s_mean": 3.4727546524352753,114      "cache": "cold"115    },116    {117      "format": "zarr-uncompressed",118      "op": "random-batch",119      "bytes": 805306368,120      "seconds": [121        1.3796995830489323,122        1.139681207947433,123        1.1073772499803454124      ],125      "gb_per_s_mean": 0.6203887809935233,126      "cache": "cold"127    },128    {129      "format": "zarr-zstd",130      "op": "write",131      "bytes": 1638400000,132      "seconds": [133        1.9146007499657571134      ],135      "gb_per_s_mean": 0.7969697631620015,136      "cache": "warm"137    },138    {139      "format": "zarr-zstd",140      "op": "seq-scan",141      "bytes": 1638400000,142      "seconds": [143        0.47764337505213916,144        0.4796952080214396,145        0.48077000002376735146      ],147      "gb_per_s_mean": 3.183095332684026,148      "cache": "cold"149    },150    {151      "format": "zarr-zstd",152      "op": "random-batch",153      "bytes": 805306368,154      "seconds": [155        3.880511499941349,156        4.199512624996714,157        3.8756266250275075158      ],159      "gb_per_s_mean": 0.18819552754219418,160      "cache": "cold"161    }162  ],163  "commit": "f3dd60ef6bed19c96456381481abb0aa50b83b73"164}