Skip to content

Commit c4fa256

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (mudler#10526)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
1 parent 17c1fc7 commit c4fa256

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
11
---
2+
- name: "ornith-1.0-9b"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B-GGUF
6+
description: |
7+
[](https://deep-reinforce.com/ornith.html)
8+
9+
# Ornith-1.0-9B-GGUF
10+
11+
Aloha! 🌺 Today, we are releasing Ornith-1.0, a self-improving family of open-source models for agentic coding.
12+
13+
Highlights:
14+
15+
- **State-of-the-Art Coding Agents**: Available in 9B-Dense, 31B-Dense, 35B-MoE, and 397B-MoE (post-trained on top of Gemma 4 and Qwen 3.5), achieving state-of-the-art performance among open-source models of comparable size on coding benchmarks such as Terminal-Bench 2.1, SWE-Bench, NL2Repo and OpenClaw.
16+
- **Self-Improving Training Framework**:  Ornith-1.0 employs RL to learn to generate not only solution rollouts, but also the scallfold that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model discovers better search trajectories and generates higher-quality solutions.
17+
- **Licence**: MIT licensed, globally accessible, and free from regional limitations.
18+
19+
## Ornith 1.0 9B
20+
21+
This model card documents **Ornith-1.0-9B**, the most lightweight member of the Ornith family, designed for efficient single-GPU deployment.
22+
23+
### Benchmarks
24+
25+
Ornith-1.0-9B
26+
Qwen3.5-9B
27+
Qwen3.5-35B
28+
Gemma4-12B
29+
Gemma4-31B
30+
31+
Agentic Coding
32+
33+
...
34+
license: "mit"
35+
tags:
36+
- llm
37+
- gguf
38+
overrides:
39+
backend: llama-cpp
40+
function:
41+
automatic_tool_parsing_fallback: true
42+
grammar:
43+
disable: true
44+
known_usecases:
45+
- chat
46+
options:
47+
- use_jinja:true
48+
parameters:
49+
model: llama-cpp/models/Ornith-1.0-9B-GGUF/ornith-1.0-9b-Q4_K_M.gguf
50+
template:
51+
use_tokenizer_template: true
52+
files:
53+
- filename: llama-cpp/models/Ornith-1.0-9B-GGUF/ornith-1.0-9b-Q4_K_M.gguf
54+
sha256: 5720d1f671b4996481274fffe01868c3c36e87c135cc8538471cc7bd6087b106
55+
uri: https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B-GGUF/resolve/main/ornith-1.0-9b-Q4_K_M.gguf
256
- name: "ornith-1.0-35b"
357
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
458
urls:

0 commit comments

Comments
 (0)