Instructions to use Featherlabs/Aura-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Featherlabs/Aura-7b-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Featherlabs/Aura-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Featherlabs/Aura-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Featherlabs/Aura-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Featherlabs/Aura-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Featherlabs/Aura-7b-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Featherlabs/Aura-7b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Featherlabs/Aura-7b-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Featherlabs/Aura-7b-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Featherlabs/Aura-7b-GGUF:Q4_K_M
- Ollama
How to use Featherlabs/Aura-7b-GGUF with Ollama:
ollama run hf.co/Featherlabs/Aura-7b-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use Featherlabs/Aura-7b-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Featherlabs/Aura-7b-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Featherlabs/Aura-7b-GGUF with Docker Model Runner:
docker model run hf.co/Featherlabs/Aura-7b-GGUF:Q4_K_M
- Lemonade
How to use Featherlabs/Aura-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Featherlabs/Aura-7b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Aura-7b-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use Featherlabs/Aura-7b-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Featherlabs/Aura-7b-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Featherlabs/Aura-7b-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Featherlabs/Aura-7b-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Featherlabs/Aura-7b-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 "Featherlabs/Aura-7b-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"
โก Aura-7b GGUF
A small model that punches above its weight โ Now optimized for local inference
Agentic ยท Tool Use ยท Function Calling ยท Reasoning
Built by Featherlabs ยท Operated by Owlkun
โจ Overview
This repository contains GGUF quantized versions of Featherlabs/Aura-7b โ an agentic 7B language model fine-tuned on Qwen2.5-7B-Instruct by Featherlabs.
These models are optimized for efficient local execution on consumer hardware using CPU or GPU acceleration. They are fully compatible with llama.cpp, Ollama, LM Studio, Jan, and other GGUF-based runtimes.
๐ฆ Available Quantizations
Choose the file that best matches your system's VRAM/RAM capacity:
| Filename | Size | VRAM Req | Quality | Best For |
|---|---|---|---|---|
aura-7b-f16.gguf |
~15.2 GB | ~16 GB | โญโญโญโญโญ | Maximum quality, high VRAM systems |
aura-7b-q8_0.gguf |
~8.1 GB | ~10 GB | โญโญโญโญโญ | Near-lossless quality |
aura-7b-q6_k.gguf |
~6.25 GB | ~8 GB | โญโญโญโญ | Excellent quality, sweet spot for 8GB GPUs |
aura-7b-q4_k_m.gguf |
~4.68 GB | ~6 GB | โญโญโญโญ | ๐ Recommended for most users (MacBook Air, RTX 3060/4060) |
aura-7b-q2_k.gguf |
~3.02 GB | ~4 GB | โญโญโญ | Minimum RAM / CPU-only execution |
๐ก Tip: If you have an 8GB GPU,
Q6_Kwill fit perfectly while offloading all layers. If you have 6GB or less, useQ4_K_M.
๐ Quick Start / Usage
๐ฆ llama.cpp
The basic command for interactive terminal chat:
./llama-cli \
-m aura-7b-q4_k_m.gguf \
-p "You are Aura, a helpful agentic AI assistant created by Featherlabs." \
--ctx-size 8192 \
-b 512 \
-n -1 \
-i --color
(Add -ngl 99 to offload all layers to your GPU if supported)
๐ฆ Ollama
Creating a custom Ollama model is the easiest way to serve the API locally:
- Create a file named
Modelfilein the same directory as the GGUF:
FROM ./aura-7b-q4_k_m.gguf
# Set the system prompt
SYSTEM "You are Aura, a helpful agentic AI assistant created by Featherlabs."
# Set standard parameters
PARAMETER num_ctx 8192
PARAMETER temperature 0.7
PARAMETER top_p 0.9
# The chat template is usually auto-detected for Qwen2, but you can explicitly set it if needed
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>
"""
- Build and run:
ollama create aura-7b -f Modelfile
ollama run aura-7b
๐ฅ๏ธ LM Studio
- Open LM Studio and search for
Featherlabs/Aura-7b-GGUF(or drag and drop the.gguffile). - Download your preferred quantization (e.g.,
Q4_K_M). - Go to the Chat tab and load the model.
- From the right panel, select the Qwen2 chat template (or set the system prompt manually).
- Start chatting!
๐ Model Details
| Property | Value |
|---|---|
| Base Model | Featherlabs/Aura-7b |
| Architecture | Qwen2 |
| Parameters | ~8B |
| Context length | 8192 tokens |
| Quantization tool | llama.cpp |
| Format | GGUF (v3) |
๐ Original Model (Safetensors)
If you need the full-precision BF16 weights for fine-tuning, training, or deployment in production clusters (vLLM, TGI, SGLang):
๐ Featherlabs/Aura-7b
๐ License
Apache 2.0 โ consistent with Qwen2.5-7B-Instruct.
Built with โค๏ธ by Featherlabs
Operated by Owlkun
- Downloads last month
- 206
2-bit
4-bit
6-bit
8-bit
16-bit