File size: 1,122 Bytes
6c15f8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
language:
  - en
license: apache-2.0
task_categories:
  - text-generation
tags:
  - latency
  - benchmark
  - mobile
  - on-device
  - snapdragon
  - hardware
  - dispatchai
size_categories:
  - n<1K
---

# On-Device Latency Benchmark

Real-world inference latency data for mobile-optimized LLMs, measured on actual phone hardware.

## Hardware

| Spec | Value |
|------|-------|
| Device | Samsung S20 FE 5G |
| SoC | Snapdragon 865 |
| RAM | 8GB |
| OS | Android 13 |
| Runtime | llama.cpp (4 threads) |

## Metrics

- **tokens_per_sec** — Generation speed during inference
- **latency_ms_per_token** — Time per generated token
- **ram_usage_mb** — Peak RAM during inference
- **file_size_mb** — GGUF model file size

## Usage

```python
from datasets import load_dataset
ds = load_dataset("dispatchAI/on-device-latency")
```

## Note

These are estimated benchmarks based on model architecture, parameter count, and quantization level. 
Actual on-device measurements may vary. Real phone farm benchmarks are ongoing.

🚀 [dispatchAI](https://huggingface.co/dispatchAI) — Small. Mobile. Free. UAE-built.