CoolFace
Modelpublic

FluidInference/verdict-coreml

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
0likes46downloads
profile-L128.json92 linesDownload Raw Back to root
1{2  "hardware": {3    "device": "arm64",4    "chip": "Apple M5 Pro",5    "ram": "24GB",6    "os_version": "macOS 27.0",7    "timestamp": "2026-09-22T20:35:07.289343+00:00"8  },9  "models": [10    {11      "model_path": "/var/folders/hg/l0263vy543b3r7rfwgxkt_680000gn/T/verdict_fp16_L128_candidates25.mlmodelc",12      "model_name": "verdict_fp16_L128_candidates25",13      "metadata": {14        "description": "Verdict decision logits; use abstention and per-K calibration in host",15        "author": "Heman10x-NGU (Verdict weights); Fluid Inference (Core ML conversion)",16        "license": "Apache-2.0"17      },18      "cold_compile_ms": 4181.106,19      "results": [20        {21          "compute_units": "all",22          "summary": {23            "cpu_percent": 31.73,24            "gpu_percent": 0.0,25            "ane_percent": 68.2726          },27          "latency": {28            "compile_ms": 28.336,29            "median_ms": 3.915,30            "mean_ms": 4.016,31            "min_ms": 3.701,32            "max_ms": 5.103,33            "std_ms": 0.331,34            "iterations": 2035          }36        },37        {38          "compute_units": "cpu_only",39          "summary": {40            "cpu_percent": 100.0,41            "gpu_percent": 0.0,42            "ane_percent": 0.043          },44          "latency": {45            "compile_ms": 0.414,46            "median_ms": 11.721,47            "mean_ms": 11.715,48            "min_ms": 11.541,49            "max_ms": 11.985,50            "std_ms": 0.104,51            "iterations": 2052          }53        },54        {55          "compute_units": "cpu_and_gpu",56          "summary": {57            "cpu_percent": 0.0,58            "gpu_percent": 100.0,59            "ane_percent": 0.060          },61          "latency": {62            "compile_ms": 1.007,63            "median_ms": 3.627,64            "mean_ms": 3.651,65            "min_ms": 3.502,66            "max_ms": 3.896,67            "std_ms": 0.116,68            "iterations": 2069          }70        },71        {72          "compute_units": "cpu_and_neural_engine",73          "summary": {74            "cpu_percent": 31.73,75            "gpu_percent": 0.0,76            "ane_percent": 68.2777          },78          "latency": {79            "compile_ms": 23.874,80            "median_ms": 3.71,81            "mean_ms": 3.739,82            "min_ms": 3.574,83            "max_ms": 4.226,84            "std_ms": 0.153,85            "iterations": 2086          }87        }88      ]89    }90  ]91}92