Tivaphraen/Ornith-Agents-A1-GGUF overview
Background 9 https://cdn uploads.huggingface.co/production/uploads/67a868f51bb804b976598654/5OEkQJvU Z175wS43 Uyx.png Ornith Agents A1 GGUF GGUF conversion of …
Runs locally from ~15.61 GB disk (16 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | Tivaphraen/Ornith-Agents-A1-GGUF |
|---|---|
| Author | Tivaphraen |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties |
| Last modified | 2026-07-07T03:19:36.000Z |
Model README
---
pipeline_tag: text-generation
base_model: tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties
base_model_relation: quantized
language:
- en
- fr
tags:
- gguf
- quantized
- llama.cpp
- text-generation
- qwen3
- qwen3.5
- moe
- merge
- dare-ties
license: apache-2.0
---
Ornith-Agents-A1-GGUF
GGUF conversion of tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties for local inference with llama.cpp-compatible runtimes.
About
This model is based on:
Upstream merge sources:
Upstream merge method:
DARE-TIES
This repository provides GGUF files for practical local use.
Important notes
- These GGUF files are based on an experimental community merge.
- The current release is a text-focused, no-MTP build for compatibility.
- If an MTP version is added later, it should be released as a separate variant.
Files
Model files are named like:
Ornith-Agents-A1-Q3_K_M.ggufOrnith-Agents-A1-Q4_K_M.ggufOrnith-Agents-A1-Q5_K_M.gguf
Recommended starting point
If you just want to test the model, start with:
Ornith-Agents-A1-Q4_K_M.gguf
Example llama.cpp usage
CLI
./llama-cli \
-m Ornith-Agents-A1-Q4_K_M.gguf \
--jinja \
-c 8192 \
--temp 0.6 \
--top-p 0.95 \
--top-k 20 \
--min-p 0.0
Server
./llama-server \
-m Ornith-Agents-A1-Q4_K_M.gguf \
--jinja \
-c 8192 \
--host 127.0.0.1 \
--port 8080
Credits
- Upstream merge: tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties
- Qwen/Qwen3.5-35B-A3B
- Merge sources:
- InternScience/Agents-A1
- deepreinforce-ai/Ornith-1.0-35B
- GGUF runtime ecosystem:
llama.cpp
Disclaimer
This is a community GGUF conversion of an experimental merge. Please evaluate it yourself for quality, stability, and suitability for your use case.
Run Tivaphraen/Ornith-Agents-A1-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models