Update README.md
Browse files
README.md
CHANGED
|
@@ -1,65 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- gguf
|
| 7 |
-
- llama.cpp
|
| 8 |
-
- android
|
| 9 |
-
- fancy-ai
|
| 10 |
-
- on-device
|
| 11 |
-
pretty_name: Fancy AI β Add-on Catalog
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# Fancy AI β Add-on Catalog
|
| 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 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
"minRamMb": 4000,
|
| 57 |
-
"url": "https://huggingface.co/Mr-J-369/Fancy-AI/resolve/main/llama-3.2-3b-instruct-q4_k_m.gguf",
|
| 58 |
-
"sizeBytes": 2020000000,
|
| 59 |
-
"sha256": "<sha256-of-the-file>"
|
| 60 |
-
}
|
| 61 |
-
]
|
| 62 |
-
}
|
| 63 |
-
```
|
| 64 |
-
These are quantized redistributions of upstream models; each retains its original license
|
| 65 |
-
(e.g. the Qwen and Llama community licenses). See each base model's card for terms.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- gguf
|
| 7 |
+
- llama.cpp
|
| 8 |
+
- android
|
| 9 |
+
- fancy-ai
|
| 10 |
+
- on-device
|
| 11 |
+
pretty_name: Fancy AI β Add-on Catalog
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Fancy AI β Add-on Catalog
|
| 15 |
+
|
| 16 |
+
Add-on catalog for the **Fancy AI** Android app β an on-device AI companion app powered by
|
| 17 |
+
`llama.cpp`. The app ships small and streams optional models on demand from this catalog.
|
| 18 |
+
|
| 19 |
+
- App & issues: https://github.com/Mr-J-369/Fancy-Ai
|
| 20 |
+
- This repo hosts **`manifest.json`** β the catalog the app reads. The model weights themselves
|
| 21 |
+
are **not re-hosted here**; the catalog links directly to the original creators' repos
|
| 22 |
+
(Qwen, bartowski), so downloads come straight from the source.
|
| 23 |
+
|
| 24 |
+
## How to use it (in the app)
|
| 25 |
+
|
| 26 |
+
**Settings β On-Device Model β Browse Add-ons.** The app reads `manifest.json`, lists each
|
| 27 |
+
component, and lets you **download + activate** in one tap:
|
| 28 |
+
|
| 29 |
+
- `agent` β **Use as Root's brain** (the tiny model that handles background housekeeping).
|
| 30 |
+
- `chat` β **Use as chat model** (your main conversational model).
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Current catalog
|
| 35 |
+
|
| 36 |
+
| Model | Type | Quant | Size | Min RAM | License | Source |
|
| 37 |
+
|---|---|---|---|---|---|---|
|
| 38 |
+
| Qwen2.5 0.5B Instruct | agent | Q4_K_M | ~491 MB | 1.5 GB | Apache-2.0 | [Qwen](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct-GGUF) |
|
| 39 |
+
| Llama 3.2 3B Instruct | chat | Q4_K_M | ~2.0 GB | 6 GB | Llama 3.2 | [bartowski](https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF) |
|
| 40 |
+
| Qwen2.5 3B Instruct | chat | Q4_K_M | ~2.1 GB | 6 GB | Qwen | [Qwen](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF) |
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
## Manifest format
|
| 44 |
+
|
| 45 |
+
`manifest.json` is a single JSON file with a `components` array. Each component has:
|
| 46 |
+
`id`, `type` (`agent` | `chat` | β¦), `name`, `description`, `quant`, `minRamMb`, `url`
|
| 47 |
+
(a direct `β¦/resolve/main/<file>.gguf` link), `sizeBytes`, and `sha256`. Multi-file components
|
| 48 |
+
(e.g. a vision model + projector) use a `files` array instead of a single `url`.
|
| 49 |
+
|
| 50 |
+
## Licenses
|
| 51 |
+
|
| 52 |
+
Each model retains its **original license** (Apache-2.0 for Qwen 0.5B; the Llama 3.2 and Qwen
|
| 53 |
+
community licenses for the 3B models). Weights are downloaded directly from the creators' repos;
|
| 54 |
+
this repo only distributes the catalog metadata. See each linked model card for full terms.
|
| 55 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|