π§ Ornith-1.0-9B on a single 3090 β a Qwen3-Next dense hybrid that runs full 262K in 13.4 GB (π§ͺ) #478
noonghunna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DeepReinforce dropped Ornith-1.0-9B, an agentic-coding RL fine-tune. We pulled the official Q4_K_M GGUF, served it on ik_llama.cpp (drafter-free ngram self-spec β the GGUF has no MTP head), and ran the full gate on one RTX 3090. It earns a slot for one reason β footprint β and surfaced two findings worth your time: it's a Qwen3-Next dense hybrid (not plain dense), and its weak
cli-40score is half a harness artifact.Status: π§ͺ experimental β slug
ik-llama/ornith9b-single. Niche, not a default (see Takeaways).π Results Card β 1Γ RTX 3090 (24 GB)
β Serving
ik-llama/ornith9b-singleΒ· Q4_K_Mngram-map-k, ~0.59 acc)gemma-12b-single-int8-mtpverify-stress 8/8 (NIAH β 0.92Γ262K) Β· soak-continuous PASS (0 VRAM growth, 0/100 silent-empty, p50 104 TPS, 98% retention).
β‘ Quality β core 8-pack β /150 (
benchlocal-cli --full, temp 0.6)Single run per arm β treat β€Β±5β7/150 as noise.
β’ Takeaways
qwen35withfull_attention_interval=4β 8 full-attention + 24 GDN/DeltaNet layers (non-MoE). Only ΒΌ of layers carry attention KV, so the full 262K cache is just 4.25 GB β read the engine'sKV self size; don't extrapolate per-layer Γ all-layers (overshoots ~4Γ).ngram-map-kaccepts here (~0.59) and speeds up copy-heavy generation. No MTP head in the GGUF β ngram is the only path.cli-40score is half a harness artifact. Raw 7/40 looks damning for an "agentic-coding" model, but the transcripts show it solves the tasks (fixes the file, validates βok) then mis-routes the<solution verdict="done">terminator through the bash tool and loops to the turn cap. A hardened agent prompt ("emit the solution as a message, never via bash; stop once correct") recovers it 7 β 13/40. Real weakness (it needs the scaffold), not incapacity.Requirements
--spec-typeself-spec build) β GGUF, so no transformers/vLLM.temperature 0.6, top_p 0.95, top_k 20. (Their published benches used temp 1.0.)Getting it / Run it
# tune the ngram self-spec stage NGRAM_NMAX=64 NGRAM_MIN_HITS=1 docker compose -f ngram.yml up -dCredits
What would help: cross-rig numbers (esp. the 16 GB-card context ceiling + ngram accept on your prompt mix), and a dual-card run of the 35B (
qwen35moe, MoE) β that's the variant we think might actually contend with the 27B class.Beta Was this translation helpful? Give feedback.
All reactions