CoolFace
Datasetpublic

dispatchAI/hardware-profiles

Hardware Profiles Phone hardware profiles for estimating mobile LLM inference speed. Snapdragon 865 (Samsung S20 FE) is the verified baseline. ๐Ÿš€ dispatchAI

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes21downloads
profiles.json63 linesDownload Raw Back to root
1[2  {3    "device": "Samsung S20 FE",4    "soc": "Snapdragon 865",5    "ram_gb": 8,6    "android": 13,7    "threads": 4,8    "verified": true9  },10  {11    "device": "Samsung S23",12    "soc": "Snapdragon 8 Gen 2",13    "ram_gb": 8,14    "android": 14,15    "threads": 8,16    "verified": false,17    "est_mult": 1.818  },19  {20    "device": "Samsung S24",21    "soc": "Snapdragon 8 Gen 3",22    "ram_gb": 12,23    "android": 14,24    "threads": 8,25    "verified": false,26    "est_mult": 2.227  },28  {29    "device": "iPhone 15 Pro",30    "soc": "Apple A17 Pro",31    "ram_gb": 8,32    "ios": 17,33    "threads": 6,34    "verified": false,35    "est_mult": 2.536  },37  {38    "device": "MacBook M2",39    "soc": "Apple M2",40    "ram_gb": 16,41    "threads": 8,42    "verified": false,43    "est_mult": 3.044  },45  {46    "device": "Samsung A52",47    "soc": "Snapdragon 720G",48    "ram_gb": 6,49    "android": 13,50    "threads": 4,51    "verified": false,52    "est_mult": 0.553  },54  {55    "device": "Redmi Note 12",56    "soc": "Snapdragon 685",57    "ram_gb": 4,58    "android": 13,59    "threads": 4,60    "verified": false,61    "est_mult": 0.462  }63]