How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Maxilicious20/Aether-2.5-Coder-GGUF:
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "Maxilicious20/Aether-2.5-Coder-GGUF:" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

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|>"
Downloads last month
451
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including Maxilicious20/Aether-2.5-Coder-GGUF