GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

Maxilicious20/Aether-2.5-Coder-GGUF overview

Aether 2.5 Coder GGUF This repository contains the quantized GGUF format binaries for Aether 2.5 Coder , fine tuned from Qwen2.5 Coder 3B Instruct . These file…

ggufbase_model:adapter:Qwen/Qwen2.5-Coder-3B-Instructquantizedllama-cppcodingcode-generationgermanenglishaethertext-generationdeenlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.80 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
aether_coder_f16.ggufGGUFF165.75 GBDownload
aether_coder_q4_k_m.ggufGGUFQ4_K_M1.80 GBDownload
aether_coder_q8_0.ggufGGUFQ8_03.06 GBDownload

Model Details

Model IDMaxilicious20/Aether-2.5-Coder-GGUF
AuthorMaxilicious20
Pipelinetext-generation
Licenseapache-2.0
Base modelMaxilicious20/Aether-2.5-Coder-3B
Last modified2026-08-04T15:30:11.000Z

Model README

---

base_model: Maxilicious20/Aether-2.5-Coder-3B

library_name: gguf

pipeline_tag: text-generation

tags:

  • base_model:adapter:Qwen/Qwen2.5-Coder-3B-Instruct
  • gguf
  • quantized
  • llama-cpp
  • coding
  • code-generation
  • german
  • english
  • aether

license: apache-2.0

language:

  • de
  • en

---

Aether 2.5 Coder - GGUF

This repository contains the quantized GGUF format binaries for Aether 2.5 Coder, fine-tuned from Qwen2.5-Coder-3B-Instruct. These files are optimized for local inference using tools like LM Studio, Ollama, Jan, text-generation-webui, or llama.cpp.

> 🔗 Original LoRA / Adapter Repository:

> 👉 Maxilicious20/Aether-2.5-Coder

---

📦 Available Files

| File Name | Quant Method | File Size | Description |

| :--- | :--- | :--- | :--- |

| aether_coder_q4_k_m.gguf | Q4_K_M | ~2.0 GB | Recommended: Best balance between performance, low VRAM usage, and speed. |

| aether_coder_q8_0.gguf | Q8_0 | ~3.4 GB | High Quality: Extremely close to 16-bit precision with minimal loss in accuracy. |

| aether_coder_f16.gguf | F16 | ~6.2 GB | Uncompressed: Unquantized full-precision GGUF export. |

---

🚀 How to Use

1. LM Studio / Jan / Local WebUIs

  1. Download aether_coder_q4_k_m.gguf or aether_coder_q8_0.gguf.
  2. Move the .gguf file into your local models folder.
  3. Select the model and start chatting or coding!

2. Ollama

Create a custom Modelfile:

FROM ./aether_coder_q4_k_m.gguf

SYSTEM """You are Aether 2.5 Coder, an expert AI programming assistant."""

PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"

Run Maxilicious20/Aether-2.5-Coder-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models