Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,45 @@
|
|
| 1 |
---
|
| 2 |
title: Mobile Agent
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Mobile Agent
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- agent
|
| 13 |
+
- mobile
|
| 14 |
+
- on-device
|
| 15 |
+
- smolagents
|
| 16 |
+
- mcp
|
| 17 |
+
- dispatchai
|
| 18 |
+
models:
|
| 19 |
+
- dispatchAI/Llama-3.2-1B-Instruct-Q4-mobile
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# π€ dispatchAI Mobile Agent
|
| 23 |
+
|
| 24 |
+
**A real AI agent running on a 1B parameter model β small enough for your pocket.**
|
| 25 |
+
|
| 26 |
+
This Space proves that useful AI agents can run on phone-sized models. The agent is powered by [Llama-3.2-1B-Instruct-Q4-mobile](https://huggingface.co/dispatchAI/Llama-3.2-1B-Instruct-Q4-mobile) β a 1B parameter model quantized to 4-bit, with a 700MB file size that runs at 18 tokens/sec on a Snapdragon 865.
|
| 27 |
+
|
| 28 |
+
## Features
|
| 29 |
+
|
| 30 |
+
- π¬ **Chat** β Conversational AI on a 1B model
|
| 31 |
+
- π¨βπ» **Code generation** β Python code from natural language
|
| 32 |
+
- π§ **MCP server** β Add this agent as a tool in Claude Desktop / Cursor
|
| 33 |
+
|
| 34 |
+
## The Point
|
| 35 |
+
|
| 36 |
+
This isn't about matching GPT-4. It's about proving that a 1B model on a phone can be genuinely useful. For the tasks people actually do on phones β quick answers, code snippets, summaries, classifications β a 1B model is enough.
|
| 37 |
+
|
| 38 |
+
## Run On Your Phone
|
| 39 |
+
|
| 40 |
+
```bash
|
| 41 |
+
hf download dispatchAI/Llama-3.2-1B-Instruct-Q4-mobile model.gguf
|
| 42 |
+
llama-cli -m model.gguf -p "Hello!" -n 100 -t 4
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
π [dispatchAI](https://huggingface.co/dispatchAI) β Small. Mobile. Free. UAE-built.
|