Instructions to use aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use aquaduck/Ornith-1.5-9B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aquaduck/Ornith-1.5-9B-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": "aquaduck/Ornith-1.5-9B-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
- Ollama
How to use aquaduck/Ornith-1.5-9B-GGUF with Ollama:
ollama run hf.co/aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use aquaduck/Ornith-1.5-9B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf aquaduck/Ornith-1.5-9B-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": "aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use aquaduck/Ornith-1.5-9B-GGUF with Docker Model Runner:
docker model run hf.co/aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
- Lemonade
How to use aquaduck/Ornith-1.5-9B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Ornith-1.5-9B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-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 aquaduck/Ornith-1.5-9B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use aquaduck/Ornith-1.5-9B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf aquaduck/Ornith-1.5-9B-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 "aquaduck/Ornith-1.5-9B-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"
Model Card for aquaduck/Ornith-1.5-9B-GGUF
Pinned Q4_K_M GGUF of Ornith-1.5-9B (ornith-ai/ornith-1.5-9b), plus midpoint layer shards for staged / multi-node loading (Aquaduck Arc layer-package-v1).
The shard files are not a new quantization. They are contiguous midpoint packages cut from the full Q4_K_M GGUF in this repo.
Model lineage
ornith-ai/ornith-1.5-9b โโโ quantized โ ornith-ai/Ornith-1.5-9B-GGUF (Q4_K_M) โโโ full GGUF + midpoint shards โ aquaduck/Ornith-1.5-9B-GGUF (this repo)
- Base weights: https://huggingface.co/ornith-ai/ornith-1.5-9b (other)
- Quantization source: https://huggingface.co/ornith-ai/Ornith-1.5-9B-GGUF (tag Q4_K_M)
- This repo: full Q4_K_M GGUF (
Ornith-1.5-9B-Q4_K_M.gguf) and midpoint GGUF shards
Model Details
| Catalog id | ornith-ai/ornith-1.5-9b |
| Quantization | Q4_K_M |
| Parameters | 9.4B |
| Native context | 262,144 tokens |
| License | other |
| Base model | ornith-ai/ornith-1.5-9b |
| Ingest GGUF | ornith-ai/Ornith-1.5-9B-GGUF |
Model Description
- Hosted by: Aquaduck (hosting and layer packaging only; base model by ornith-ai; GGUF quant by Unsloth / llama.cpp ecosystem)
- Shared by: Aquaduck AI
- Model type: Causal language model (Ornith-1.5-9B), GGUF Q4_K_M
- Language(s): Multilingual (same as base)
- License: other (inherits from ornith-ai/ornith-1.5-9b)
- Finetuned from model: N/A โ not a fine-tune
- Derived from: ornith-ai/Ornith-1.5-9B-GGUF โ ornith-ai/ornith-1.5-9b
Model Sources
- Base model card: https://huggingface.co/ornith-ai/ornith-1.5-9b
- Quantized GGUF source: https://huggingface.co/ornith-ai/Ornith-1.5-9B-GGUF
Files
| File | Role | Approx. size |
|---|---|---|
Ornith-1.5-9B-Q4_K_M.gguf |
Full-model GGUF (Q4_K_M) | ~5.63 GB |
Ornith-1.5-9B-Q4_K_M-layers-0-16.gguf |
Split shard (layers 0โ15) | ~2.69 GB |
Ornith-1.5-9B-Q4_K_M-layers-16-32.gguf |
Split shard (layers 16โ31) | ~3.52 GB |
- Total layers: 32
- Valid split boundaries: 16 Filenames use exclusive end indices (layers-{start}-{endExclusive}).
Uses
Direct Use
- Full
Ornith-1.5-9B-Q4_K_M.gguf: standard single-file Q4_K_M GGUF (llama.cpp-compatible). Use this for single-node / local runs. *-layers-*.gguf: Aquaduck / Arc staged loading only. These are not drop-in complete models for stock llama.cpp. Use the base modelโs chat template (including thinking / instruct modes as documented on the base model card); other formats will not work correctly.
Out-of-Scope Use
- Expecting any one shard to run as a complete model
- Treating this repo as a new training run or re-quant
- Uses prohibited by the other license or the base modelโs model card guidance
Bias, Risks, and Limitations
Same capabilities, biases, and risks as ornith-ai/ornith-1.5-9b. Q4_K_M quantization can degrade quality vs. the original higher-precision releases. Layer sharding does not change weights beyond packaging.
Recommendations
Follow the base modelโs docs for chat template, thinking vs instruct modes, and sampling. Prefer Ornith-1.5-9B-Q4_K_M.gguf in this repo when you do not need staged loading.
How to Get Started
These files are meant to be loaded automatically by the Aquaduck desktop app.
- Download the Aquaduck desktop app and sign in.
- Devices connected to the internet will receive a model assignment from the model catalog (
ornith-ai/ornith-1.5-9b). - Download the model from the Home view. The app will:
- download only the assigned file from this repo (full
Ornith-1.5-9B-Q4_K_M.ggufor one midpoint half) - keep that stage ready for serving
You do not need to pick files by hand, but you may for local serving. Assignment and download are driven by model catalog metadata.
The full
Ornith-1.5-9B-Q4_K_M.ggufis a standard Q4_K_M GGUF. The*-layers-*.gguffiles are not.
- download only the assigned file from this repo (full
Training Details
No training. Weights come from ornith-ai; Q4_K_M GGUF from ornith-ai/Ornith-1.5-9B-GGUF; this repo hosts that GGUF and (when split) packages it into midpoint layer shards.
Evaluation
No separate evals for the hosted GGUF or shards. See ornith-ai/ornith-1.5-9b.
Technical Specifications
- Architecture: Ornith-1.5-9B (~9.4B params, GQA (16 Q / 4 KV heads), 32 layers, hidden dim 4096)
- Quantization: Q4_K_M
- Packaging: pinned full Q4_K_M GGUF; optional Arc midpoint shards (
*-layers-{start}-{endExclusive}.gguf) - Package format: layer-package-v1
- Split: 2 stages at layer 16 (maxStages: 2)
Citation
@misc{ornith159b,
title = {Ornith-1.5-9B},
author = {ornith-ai},
year = {2026},
url = {https://huggingface.co/ornith-ai/ornith-1.5-9b}
}
Credit:
- The GGUF quantization source (https://huggingface.co/ornith-ai/Ornith-1.5-9B-GGUF)
- llama.cpp (https://github.com/ggml-org/llama.cpp) for GGUF support
Attribution
Quantized GGUF ingested from ornith-ai/Ornith-1.5-9B-GGUF. Original weights: ornith-ai/ornith-1.5-9b. Redistributed under the base model's license.
Hosted by Aquaduck.
Model Card Contact
Aquaduck AI โ https://huggingface.co/aquaduck
- Downloads last month
- 507
4-bit