Maxilicious20/Aether-2.1-GGUF overview
Aether 2.1 GGUF Pre quantized GGUF binaries for Aether 2.1 . Trained with SFT Supervised Fine Tuning and PEFT LoRA on top of Qwen2.5 1.5B Instruct , Aether 2.1โฆ
Runs locally from ~5.7 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | Maxilicious20/Aether-2.1-GGUF |
|---|---|
| Author | Maxilicious20 |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Qwen/Qwen2.5-1.5B-Instruct |
| Last modified | 2026-08-01T10:24:21.000Z |
Model README
---
library_name: gguf
tags:
- gguf
- llama.cpp
- lm-studio
- aether
- german
- english
- text-generation
license: apache-2.0
language:
- de
- en
base_model: Qwen/Qwen2.5-1.5B-Instruct
---
Aether 2.1 - GGUF
Pre-quantized GGUF binaries for Aether 2.1.
Trained with SFT (Supervised Fine-Tuning) and PEFT (LoRA) on top of Qwen2.5-1.5B-Instruct, Aether 2.1 provides lightweight and efficient conversational AI performance in German and English.
> ๐ Looking for the Base / LoRA Adapter?
> If you want to use the Hugging Face Transformers PEFT adapter instead, check out the main repository:
> ๐ Maxilicious20/Aether-2.1
---
๐ฆ Available Files & Quantizations
Choose the right file depending on your system's VRAM/RAM and performance needs:
| Filename | Quantization | Quality | Size | Description / Recommendation |
| :--- | :--- | :--- | :--- | :--- |
| aether_2_1_fp16.gguf | FP16 / F16 | Maximum | ~5.65 MB | Uncompressed full precision adapter GGUF. |
| aether_2_1_q8_0.gguf | Q8_0 | Very High | ~5.65 MB | High-precision 8-bit quantized build. |
| aether_2_1_q4_k_m.gguf | Q4_K_M | Balanced | ~5.65 MB | Recommended. Balanced quantization for ultra-fast local execution. |
---
๐ How to Run Locally
1. LM Studio
- Open LM Studio.
- Search for
Maxilicious20/Aether-2.1-GGUFor paste the repository ID. - Download your preferred quantization (e.g.,
aether_2_1_q4_k_m.gguf). - Load the model and start chatting!
2. Ollama / llama.cpp
You can run the GGUF file directly using llama.cpp:
./llama-cli -m aether_2_1_q4_k_m.gguf -p "Hello Aether!" -n 256Run Maxilicious20/Aether-2.1-GGUF with guIDE
Download guIDE โ the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face ยท Compare models