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.3-GGUF:Q4_K_M
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.3-GGUF:Q4_K_M" \
  --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.3 - GGUF

Pre-quantized GGUF binaries for Aether 2.3, scaling up to the powerful Qwen2.5-3B-Instruct base architecture.

Trained with SFT (Supervised Fine-Tuning) and PEFT (LoRA) on a custom 3 GB dataset using local NVIDIA RTX GPU acceleration, Aether 2.3 delivers high intelligence, robust conversational capabilities, and exceptional multilingual 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.3


📦 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_3_fp16.gguf FP16 / F16 Maximum ~5.75 GB Uncompressed full precision. Best quality, requires more VRAM.
aether_2_3_q8_0.gguf Q8_0 Very High ~3.05 GB Near-lossless quantization. Excellent balance of precision and speed.
aether_2_3_q4_k_m.gguf Q4_K_M Balanced ~1.79 GB Recommended. Best compromise between speed, size, and minimal quality loss.

🚀 How to Run Locally

1. LM Studio

  1. Open LM Studio.
  2. Search for Maxilicious20/Aether-2.3-GGUF or paste the repo ID.
  3. Download your preferred quantization (e.g., aether_2_3_q4_k_m.gguf).
  4. 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_3_q4_k_m.gguf -p "Hello Aether!" -n 256
Downloads last month
34
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Maxilicious20/Aether-2.3-GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(287)
this model

Collection including Maxilicious20/Aether-2.3-GGUF