3morixd commited on
Commit
f47c8fb
·
verified ·
1 Parent(s): ee560dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -13
README.md CHANGED
@@ -1,13 +1,51 @@
1
- ---
2
- title: Mobile Speed Test
3
- emoji: 📉
4
- colorFrom: red
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Dispatch AI — Mobile AI Speed Test
3
+ emoji:
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.44.1"
8
+ app_file: app.py
9
+ pinned: true
10
+ license: other
11
+ tags:
12
+ - benchmark
13
+ - mobile
14
+ - ai
15
+ - speed-test
16
+ - dispatch-ai
17
+ ---
18
+
19
+ # Dispatch AI — Mobile AI Speed Test ⚡
20
+
21
+ Like Speedtest, but for AI. Pick a phone model → see benchmark results for popular LLMs. Compare phones side-by-side.
22
+
23
+ Built by **Dispatch AI (FZE)** — UAE · License 10818.
24
+
25
+ ## Features
26
+
27
+ - 📱 **Single Phone Test** — pick a phone, see generation/prompt speeds, RAM, load time for 9+ models
28
+ - ⚔️ **Compare Two Phones** — side-by-side comparison with speed difference and percentage
29
+ - 📊 **6 phones** in the farm:
30
+ - Samsung S20 FE (SD865) — 40 devices
31
+ - Samsung S22 (SD8 Gen1) — 12 devices
32
+ - Samsung A54 (Exynos 1380) — 8 devices
33
+ - Pixel 7 (Tensor G2) — 6 devices
34
+ - OnePlus 11 (SD8 Gen2) — 4 devices
35
+ - Xiaomi Redmi Note 12 (SD685) — 10 devices
36
+ - 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
37
+
38
+ ## Methodology
39
+
40
+ - **Backend:** `llama.cpp` (via `llamafile`), Q4_K_M quants, 4 CPU threads, FP16 offload
41
+ - **Prompts:** Fixed 512-token prompt; 256 generation tokens; batch size 512
42
+ - **Aggregation:** Median across all devices of each model after 5-run warm-up
43
+ - **Environment:** Air-conditioned room at 22°C; screens off; batteries 80–100%
44
+
45
+ ## Models Tested
46
+
47
+ Qwen2.5-0.5B, Qwen2.5-1.5B, Llama-3.2-1B, Llama-3.2-3B, Gemma-2-2B, Phi-3.5-mini, SmolLM2-1.7B, SmolLM2-135M, TinyLlama-1.1B (all Q4_K_M).
48
+
49
+ ## License
50
+
51
+ © 2026 Dispatch AI FZE — Sharjah, UAE · License 10818. All rights reserved.