Instructions to use vcruz305/Ornith-1.5-35B-A3B-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 vcruz305/Ornith-1.5-35B-A3B-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 vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M # Run inference directly in the terminal: llama cli -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M # Run inference directly in the terminal: llama cli -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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 vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M # Run inference directly in the terminal: ./llama-cli -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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 vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
Use Docker
docker model run hf.co/vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
- LM Studio
- Jan
- Ollama
How to use vcruz305/Ornith-1.5-35B-A3B-GGUF with Ollama:
ollama run hf.co/vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
- Unsloth Desktop
- Pi
How to use vcruz305/Ornith-1.5-35B-A3B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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": "vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use vcruz305/Ornith-1.5-35B-A3B-GGUF with Docker Model Runner:
docker model run hf.co/vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
- Lemonade
How to use vcruz305/Ornith-1.5-35B-A3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
Run and chat with the model
lemonade run user.Ornith-1.5-35B-A3B-GGUF-IQ1_M
List all available models
lemonade list
- Hermes Agent
How to use vcruz305/Ornith-1.5-35B-A3B-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 vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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 vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use vcruz305/Ornith-1.5-35B-A3B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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 "vcruz305/Ornith-1.5-35B-A3B-GGUF:IQ1_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"
Run and chat with the model
lemonade run user.Ornith-1.5-35B-A3B-GGUF-List all available models
lemonade listOrnith-1.5-35B-A3B — GGUF (1-3 bit IQ ladder)
GGUF quantizations of ornith-ai/Ornith-1.5-35B-A3B, a sparse MoE model (256 experts, 8 active per token) with hybrid linear/full attention and an MTP (multi-token-prediction / NextN) head. This repo covers the low-bit IQ ladder from IQ1_S through IQ3_M, quantized with a mixed-corpus importance matrix for better accuracy at the smallest sizes.
Imatrix
Built with a mixed calibration corpus rather than plain wikitext, to better match this model's actual use cases and its MoE expert-coverage needs:
- ~45% agentic tool-use data (chat-template-rendered)
- ~35% code data (HumanEval excluded, to avoid contaminating any code-eval benchmarks run against these quants)
- ~20% wikitext-103 (general language coverage)
~11M characters, tokenized with the model's own chat template, run through llama-imatrix (-c 1024 -b 1024 -ub 1024 -np 2). Final calibration PPL: 3.9309 +/- 0.00885.
The blk.40 (MTP/NextN) pin
blk.40 is the model's MTP/NextN head. It sits structurally outside the normal forward pass, so no calibration corpus — however good — can ever give it real importance-matrix coverage (llama-imatrix never activates it during a forward pass, confirmed in the load logs of every serving attempt). Quantizing it at the same bit-width as the rest of the ladder fails outright at IQ1_S with "Missing importance matrix for tensor blk.40.attn_k.weight in a very low-bit quantization".
Every quant in this repo pins blk.40.* to Q8_0 via --tensor-type blk.40=q8_0 regardless of the overall quant level, and this is verified programmatically after each quantize (every blk.40.* tensor confirmed Q8_0 or F32 before upload). This adds a small, fixed amount of size to every file but keeps the MTP head numerically sound at every bit-width in the ladder.
Files
| Quant | Size | Notes |
|---|---|---|
| IQ1_S | 8.38 GB | Smallest, most aggressive. Expect noticeable quality loss vs FP. |
| IQ1_M | 9.14 GB | |
| IQ2_XXS | 10.4 GB | |
| IQ2_XS | 11.41 GB | |
| IQ2_S | 11.55 GB | |
| IQ2_M | 12.56 GB | |
| IQ3_XXS | 14.52 GB | |
| IQ3_XS | pending | uploading as part of the same ladder run |
| IQ3_S | pending | |
| IQ3_M | pending | Best quality in this ladder, closest to the source BF16. |
(Sizes for IQ3_XS/IQ3_S/IQ3_M will be filled in as each finishes quantizing and uploading.)
Usage
llama-server -m Ornith-1.5-35B-IQ2_M.gguf -ngl 99 -c 8192
Standard llama.cpp builds will load and run these normally; the MTP/NextN tensors are inert unless served with an MTP-aware fork (--spec-type draft-mtp), in which case they can be used for self-speculative decoding.
Source
- Base model: ornith-ai/Ornith-1.5-35B-A3B
- Quantized with a custom CUDA build of llama.cpp targeting GB10 (Grace Blackwell, sm_121a)
- Downloads last month
- 1,730
1-bit
2-bit
3-bit
Model tree for vcruz305/Ornith-1.5-35B-A3B-GGUF
Base model
ornith-ai/Ornith-1.5-35B-A3B
Pull the model
# Download Lemonade from https://lemonade-server.ai/lemonade pull vcruz305/Ornith-1.5-35B-A3B-GGUF: