This model is way better than qwen 3.6 35b a3b

#5
by Narutoouz - opened
  • benchmarks can be deceiving at times, but I understood this model is legit by fixing a real bug that was previously unsolvable.
  • I had a bug in my project related to SQlite testing
  • the qwen 3.6 35b a3b's 8bit version couldn't solve it and was going to skip it, which is a failure...
  • but this model's oq5 variant (not even 8bit) was able to solve the bug in 7 minutes
  • I am waiting for someone to release the oq8 version of this model.
  • This is the best local coding model till date.
  • I am using this model in my m4 max macbook pro, without MTP I still get around 35 tokens/s. For Nvidia folks might get around 100 tokens/ s I guess. Anything beyond 10 tokens/s is useful for daily workflows.
    Thanks for releasing this awesome model deepreinforce-ai team.

I was also using Qwen3.6 35b, and 27b dense model for coding before.
In the last week I've been working with Ornith, and I can tell it feels much better than Qwen.
Regarding speed, I was getting better results with Qwen because I was using MTP models.
One recent update of llama.cpp improved Ornith input token generation by roughly 100%, before It was generating input tokens by 400-470t/s, now it is more like 850-900t/s.
Output token generation also become faster, but it comes out at parallel agent running, 3 agents in parallel are generating 50-70t/s each.
I'm using 5070Ti (16GB) + 3090(24GB), and I'm maxing out the 5070Ti whenever I can.

  • benchmarks can be deceiving at times, but I understood this model is legit by fixing a real bug that was previously unsolvable.
  • I had a bug in my project related to SQlite testing
  • the qwen 3.6 35b a3b's 8bit version couldn't solve it and was going to skip it, which is a failure...
  • but this model's oq5 variant (not even 8bit) was able to solve the bug in 7 minutes
  • I am waiting for someone to release the oq8 version of this model.
  • This is the best local coding model till date.
  • I am using this model in my m4 max macbook pro, without MTP I still get around 35 tokens/s. For Nvidia folks might get around 100 tokens/ s I guess. Anything beyond 10 tokens/s is useful for daily workflows.
    Thanks for releasing this awesome model deepreinforce-ai team.

it is a fantastic model for sure if you have a large vram card, 27b Is good,but is slow even on 5090, Which is ridiculously expensive these days, So i got a AMD R9700, Using this model, i manage to get 58 tps, pp is between 2000-1200, it almost replaces Deepseek V4 flash. it's crazy!

Sign up or log in to comment