hardware-profiles / profiles.json
3morixd's picture
Upload profiles.json with huggingface_hub
19e9c4a verified
Raw
History Blame Contribute Delete
1.12 kB
[
{
"device": "Samsung S20 FE",
"soc": "Snapdragon 865",
"ram_gb": 8,
"android": 13,
"threads": 4,
"verified": true
},
{
"device": "Samsung S23",
"soc": "Snapdragon 8 Gen 2",
"ram_gb": 8,
"android": 14,
"threads": 8,
"verified": false,
"est_mult": 1.8
},
{
"device": "Samsung S24",
"soc": "Snapdragon 8 Gen 3",
"ram_gb": 12,
"android": 14,
"threads": 8,
"verified": false,
"est_mult": 2.2
},
{
"device": "iPhone 15 Pro",
"soc": "Apple A17 Pro",
"ram_gb": 8,
"ios": 17,
"threads": 6,
"verified": false,
"est_mult": 2.5
},
{
"device": "MacBook M2",
"soc": "Apple M2",
"ram_gb": 16,
"threads": 8,
"verified": false,
"est_mult": 3.0
},
{
"device": "Samsung A52",
"soc": "Snapdragon 720G",
"ram_gb": 6,
"android": 13,
"threads": 4,
"verified": false,
"est_mult": 0.5
},
{
"device": "Redmi Note 12",
"soc": "Snapdragon 685",
"ram_gb": 4,
"android": 13,
"threads": 4,
"verified": false,
"est_mult": 0.4
}
]