Instructions to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B 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 peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B 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 peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S # Run inference directly in the terminal: llama cli -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S # Run inference directly in the terminal: llama cli -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
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 peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
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 peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
Use Docker
docker model run hf.co/peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
- LM Studio
- Jan
- vLLM
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
- Ollama
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Ollama:
ollama run hf.co/peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
- Unsloth Studio
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B to start chatting
- Pi
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
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": "peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Docker Model Runner:
docker model run hf.co/peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
- Lemonade
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
Run and chat with the model
lemonade run user.Unsloth-Ornith-1.5-35B-A3B-UD-Q4_K_S
List all available models
lemonade list
- Hermes Agent
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
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 peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S
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 "peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B:UD-Q4_K_S" \ --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"
UnslothOrnith-1.5-35B-A3B · GGUF
An imatrix-calibrated, Unsloth-Dynamic-style GGUF ladder for
Ornith-1.5-35B-A3B — the model's own
weights and chat template, re-quantized with a per-tensor precision policy and a fresh importance
matrix. The MTP (nextn) block is removed from every tier — Ornith-1.5 ships it untrained, so it
could only add size. Why.
Not affiliated with Unsloth
This is an independent, best-effort community reproduction of Unsloth's Dynamic GGUF method — not an official Unsloth release, and not endorsed by or connected to Unsloth in any way. Unsloth had not published their own Ornith-1.5 quants at the time of writing and a lot of people wanted them, so we published these while we wait. If and when Unsloth ship an official build, use theirs. "Unsloth" is used here only to name the method these quants reproduce.
Method
Two ingredients, both applied to Ornith's own BF16:
- Unsloth-Dynamic per-tensor policy. Instead of one bit-width for the whole model, each tensor
gets a type chosen by sensitivity — more bits where they matter (embeddings, attention,
early/late layers), fewer where they don't. We transfer the published per-tensor recipe from
Unsloth's
Qwen3.6-35B-A3B-GGUF(sameqwen35moearchitecture) tier-for-tier. - A fresh importance matrix. Computed on Ornith's own
BF16over an interleaved multilingual + code calibration corpus, so the quantizer knows which weights to protect for this model rather than inheriting someone else's statistics.
The chat template is Ornith's own, unchanged — no custom system prompt, so these behave exactly like the base model, just smaller.
Tiers
| Tier | Approx size | Notes |
|---|---|---|
UD-Q2_K_XL |
~12 GB | 16 GB VRAM, or 6 GB VRAM + partial offload |
UD-IQ3_XXS |
~13 GB | higher-quality 16 GB-VRAM pick (better than Q2 at similar size) |
UD-Q3_K_XL |
~16 GB | |
UD-IQ4_XS |
~17 GB | full-context option for 24 GB VRAM (leaves the most room for context) |
UD-Q4_K_S |
~20 GB | 24 GB VRAM friendly |
UD-Q4_K_XL |
~22 GB | recommended balance |
UD-Q5_K_XL |
~25 GB | |
UD-Q6_K_XL |
~30 GB | near-lossless |
UD-Q8_K_XL |
~37 GB | reference |
All tiers are published.
Download
hf download peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B \
Unsloth-Ornith-1.5-35B-A3B-UD-Q4_K_XL.gguf --local-dir .
Then run with any llama.cpp-based stack (llama.cpp, LM Studio, Ollama, etc.).
Why no MTP
Ornith-1.5 carries an MTP (nextn) block and earlier versions of this repo shipped it. It is not
trained. Every weight matrix in blk.40 sits at standard deviation 0.020, kurtosis 3.00, and a
largest value of 5 standard deviations — which is exactly a fresh N(0, 0.02) initialization. Every
trained layer in the same file has kurtosis 4 to 39 and outliers past 14 standard deviations, because
training grows heavy tails. The same measurement on Qwen3.6-27B's and Qwen3.8-27B's MTP heads gives
kurtosis near 900 and outliers past 60 — those are trained; this one never was.
Drafts from random weights are accepted at chance, so the block was 2.4% of every file doing no work. Removing it changes no output and saves roughly 0.3 to 0.9 GB per tier. Nothing else was touched: the remaining weights are byte-identical to the previous upload, not re-quantized.
Credits
- ornith-ai — the Ornith-1.5-35B-A3B model and weights (MIT).
- Unsloth — the Dynamic GGUF quantization method this reproduces.
- llama.cpp —
llama-quantize/llama-imatrix.
MIT, inheriting Ornith-1.5's license.
- Downloads last month
- 3,974
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for peculiar-ragdoll/Unsloth-Ornith-1.5-35B-A3B
Base model
ornith-ai/Ornith-1.5-35B-A3B