Instructions to use InferForge/Ornith-1.5-9B-Q3_K_M 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 InferForge/Ornith-1.5-9B-Q3_K_M 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 InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M # Run inference directly in the terminal: llama cli -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M # Run inference directly in the terminal: llama cli -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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 InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M # Run inference directly in the terminal: ./llama-cli -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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 InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
Use Docker
docker model run hf.co/InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
- LM Studio
- Jan
- vLLM
How to use InferForge/Ornith-1.5-9B-Q3_K_M with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "InferForge/Ornith-1.5-9B-Q3_K_M" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "InferForge/Ornith-1.5-9B-Q3_K_M", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
- Ollama
How to use InferForge/Ornith-1.5-9B-Q3_K_M with Ollama:
ollama run hf.co/InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
- Unsloth Desktop
- Pi
How to use InferForge/Ornith-1.5-9B-Q3_K_M with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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": "InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use InferForge/Ornith-1.5-9B-Q3_K_M with Docker Model Runner:
docker model run hf.co/InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
- Lemonade
How to use InferForge/Ornith-1.5-9B-Q3_K_M with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
Run and chat with the model
lemonade run user.Ornith-1.5-9B-Q3_K_M-Q3_K_M
List all available models
lemonade list
- Hermes Agent
How to use InferForge/Ornith-1.5-9B-Q3_K_M with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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 InferForge/Ornith-1.5-9B-Q3_K_M:Q3_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use InferForge/Ornith-1.5-9B-Q3_K_M with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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 "InferForge/Ornith-1.5-9B-Q3_K_M:Q3_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"
InferForge โ Ornith-1.5-9B-Q3_K_M
A Q3_K_M GGUF quantization of Ornith-1.5-9B, prepared by InferForge for efficient local inference with llama.cpp.
This quantization is intended for practical local inference, with a focus on:
- Coding
- Technical analysis
- DevOps and infrastructure
- Kubernetes troubleshooting
- Distributed systems
- System architecture
- Agent and worker workloads
- Long-context inference
- Efficient GPU/CPU inference
Model Information
| Property | Value |
|---|---|
| Base model | Ornith-1.5-9B |
| Parameters | ~9B |
| Format | GGUF |
| Quantization | Q3_K_M |
| Inference engine | llama.cpp |
| Tested context | 131,072 tokens (128K) |
| Primary target | Local inference |
| Maintainer | InferForge |
Quantization
The original Ornith model was converted to GGUF and quantized locally using llama.cpp.
The resulting file is:
Ornith-1.5-9B-Q3_K_M.gguf
Why Q3_K_M?
Q3_K_M provides a lower-memory alternative to higher-bit quantizations while retaining a practical level of model capability.
It is intended for users who need to reduce memory requirements while maintaining useful model quality for local inference.
The main trade-offs are:
- Lower memory requirements
- Reduced storage requirements
- Potentially higher inference throughput
- Greater quantization loss compared with Q4 and higher-precision formats
Hardware Compatibility
This quantization can be used with:
- NVIDIA GPUs
- AMD GPUs
- Intel GPUs
- CPU-only systems
- Mixed GPU/CPU inference
Actual performance and maximum context length depend on available VRAM, system RAM, memory bandwidth, and inference backend.
Usage with llama.cpp
Interactive CLI
llama-cli \
-m Ornith-1.5-9B-Q3_K_M.gguf \
-ngl 99 \
-c 131072 \
-n 1024
Docker
docker run --rm -it \
--gpus all \
--entrypoint /app/llama-cli \
-v "$PWD:/models" \
ghcr.io/ggml-org/llama.cpp:full-cuda \
-m /models/Ornith-1.5-9B-Q3_K_M.gguf \
-ngl 99 \
-c 131072 \
-n 1024
Usage with llama-server
llama-server provides an OpenAI-compatible HTTP API.
Native
llama-server \
-m Ornith-1.5-9B-Q3_K_M.gguf \
-ngl 99 \
-c 131072 \
-n 1024 \
--host 0.0.0.0 \
--port 8080
Docker
docker run --rm -d \
--name ornith-1.5-9b-q3 \
--gpus all \
--entrypoint /app/llama-server \
-p 30000:8080 \
-v "$PWD:/models" \
ghcr.io/ggml-org/llama.cpp:full-cuda \
-m /models/Ornith-1.5-9B-Q3_K_M.gguf \
-ngl 99 \
-c 131072 \
-n 1024 \
--host 0.0.0.0 \
--port 8080
The OpenAI-compatible API is available at:
http://localhost:30000/v1
Example API Request
curl http://localhost:30000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Ornith-1.5-9B-Q3_K_M.gguf",
"messages": [
{
"role": "user",
"content": "Explain how Kubernetes Pods differ from Docker containers."
}
],
"temperature": 0.2,
"max_tokens": 512
}'
Context Length
This quantization has been tested with:
131072 tokens
or approximately:
128K context
Large context windows significantly increase memory requirements.
On GPUs with limited VRAM, llama.cpp may use system RAM for part of the workload.
Users should benchmark context sizes appropriate for their own hardware.
Quantization Trade-offs
Quantization reduces model memory requirements by representing model weights with lower numerical precision.
Q3_K_M uses fewer bits per weight than Q4_K_M, resulting in a smaller model and lower memory requirements.
The trade-off is increased quantization error compared with Q4 and higher-precision formats.
For workloads where memory efficiency is important, Q3_K_M can provide a useful alternative to larger quantizations.
For workloads where preserving more model fidelity is important, Q4_K_M or higher-precision variants may be preferable.
Limitations
- Performance varies significantly between hardware and inference backends.
- Large context sizes require substantial memory.
- Q3_K_M introduces more quantization error than Q4_K_M.
- Results may differ from the original higher-precision model.
- This repository contains a quantized derivative and is not a new base model.
File Integrity
SHA256:
004929af333d4d53d0df67021ad99b7edcbf980696c1a963ad6120f38b889a2a
Generate the checksum with:
sha256sum Ornith-1.5-9B-Q3_K_M.gguf
Credits
This quantization is derived from the Ornith-1.5 model family by Ornith AI.
Original model family:
ornith-ai/Ornith-1.5
This repository contains an independent GGUF quantization prepared by InferForge.
InferForge is not affiliated with or endorsed by Ornith AI.
License
The original Ornith model is released under the MIT License.
Please refer to the original model repository for the complete license text and upstream licensing information.
The quantized file in this repository is distributed under the applicable terms of the original model license.
About InferForge
InferForge is an independent model experimentation and inference project focused on practical and reproducible local AI infrastructure.
Areas of interest include:
- GGUF quantization
- Local LLM inference
- Consumer GPU optimization
- Inference benchmarking
- Long-context inference
- Efficient model serving
- Agent-oriented workloads
- Reproducible AI infrastructure
Additional quantizations, models, and inference experiments may be added to the InferForge collection over time.
- Downloads last month
- 28
3-bit
Model tree for InferForge/Ornith-1.5-9B-Q3_K_M
Base model
ornith-ai/Ornith-1.5-9B-GGUF