Maxilicious20 commited on
Commit
71e61d2
·
verified ·
1 Parent(s): f854d6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ base_model: Maxilicious20/Aether-2.5
6
+ tags:
7
+ - gguf
8
+ - llama-cpp
9
+ - mono-ai
10
+ - aether
11
+ - quantization
12
  ---
13
+
14
+ # 🌌 Aether 2.5 — GGUF Quantizations
15
+
16
+ This repository contains official **GGUF quantizations** of [Maxilicious20/Aether-2.5](https://huggingface.co/Maxilicious20/Aether-2.5), optimized for local execution via `llama.cpp`, LM Studio, Ollama, and mobile runtimes (MonoAI).
17
+
18
+ > 🔗 **Base Model:** Access the unquantized merged PyTorch weights at [Maxilicious20/Aether-2.5](https://huggingface.co/Maxilicious20/Aether-2.5).
19
+
20
+ ---
21
+
22
+ ## 💾 Provided Files & Quantizations
23
+
24
+ | File | Size | Recommended Use Case |
25
+ | :--- | :--- | :--- |
26
+ | `Aether-2.5-3B-Q4_K_M.gguf` | ~2.0 GB | **Best for Mobile / Low VRAM:** Fast execution, minimal RAM usage. Perfect for Android/iOS or lightweight local apps. |
27
+ | `Aether-2.5-3B-Q8_0.gguf` | ~3.4 GB | **Best for Desktop (RTX GPUs):** Near-lossless precision compared to FP16. High accuracy for desktop inference. |
28
+
29
+ ---
30
+
31
+ ## 🚀 How to Run
32
+
33
+ ### Using `llama.cpp` CLI:
34
+ ```bash
35
+ ./llama-cli -m Aether-2.5-3B-Q4_K_M.gguf -p "You are a highly capable AI assistant developed by Mono AI Studio.\nUser: Hello! What can you do?\nAssistant:" -n 256