Ornith-1.5-35B-A3B Q4 running 60tk/s on 4070Ti.

Reddit r/LocalLLaMA News

Summary

A user reports achieving 60 tokens per second with the Ornith-1.5-35B-A3B MOE model on an NVIDIA RTX 4070 Ti, demonstrating efficient local inference optimization.

Not everyone has the disposable income to build a small data center, so making this post for the underdogs as I was very surprised by the performance/results of this 35B MOE model. Context is admittedly tight and will get laughed at by the big boys. I tried to think of something inspirational to say here but failed, so you just get laughed at. Sorry. The thought here is to push as many active experts into Vram and offload the rest into system ram. At 27 it leaves about 1gig of overhead for KV cache, which hasnt overflowed on me *yet*. Hardware Component Spec GPU NVIDIA RTX 4070 Ti — 12 GB GDDR6X CPU Intel i9-13900KF (8 P-cores + 16 E-cores, 24C / 32T) RAM 32 GB DDR5-6000 OS Windows 11 Runtime llama.cpp build b10470, CUDA 12.4 (prebuilt Windows binaries) Driver 566.xx (Dec 2025) Model Model ornith-ai/Ornith-1.5-35B-A3B-GGUF Quant Q4_K_M (~20 GB total weights) Architecture qwen3_5_moe — Mixture-of-Experts, ~3B active of 36B total Type Reasoning model (emits <think> blocks), multimodal Context 32,768 (native 256K, YaRN-extendable) Launch command (Windows .bat) bat llama-server -hf ornith-ai/Ornith-1.5-35B-A3B-GGUF:Q4_K_M --no-mmproj -ngl 99 --n-cpu-moe 28 --load-mode none -c 32768 --parallel 1 -fa on --cache-type-k q8_0 --cache-type-v q8_0 --spec-type draft-mtp --spec-draft-n-max 2 -t 8 --jinja --reasoning-format auto --temp 0.6 --top-p 0.95 --top-k 20 Aquarium Prompt Example Metric Value Prefill / prompt processing ~650–700 tok/s Generation, sustained ~50–56 tok/s MTP draft acceptance ~42–48% (mean draft len ~1.9) llama-bench (isolated, tiny context, no KV growth) n_cpu_moe tg128 (gen) pp2048 (prefill) 26 64.9 ± 0.2 t/s 571 ± 23 t/s 27 64.3 ± 0.4 t/s 482 ± 26 t/s 28 62.6 ± 0.2 t/s 461 ± 31 t/s
Original Article

Similar Articles

4090 + 5060 Ti + 64GB RAM: 206 t/s on a 35B-A3B, and a 122B at 37 t/s

Reddit r/LocalLLaMA

A user shares benchmark results for running large language models (Qwen 27B-122B) on a dual-GPU setup with RTX 4090 and RTX 5060 Ti, achieving high token generation speeds (e.g., 206 t/s on 35B-A3B, 37-41 t/s on 122B). The post includes setup details and a link to a GitHub repo with scripts and raw data.

Local benchmarks with a RTX 3090 - Qwen3.6 27b vs Ornith

Reddit r/LocalLLaMA

User runs local benchmarks comparing Qwen3.6 27b, Gemma4 26B, and Ornith1.0 35B on an RTX 3090 using inspect-ai. Results show Qwen leading in knowledge and coding, while Ornith is competitive in grounding and recall.