Excellent

#17
by Hangover3832 - opened

Works like a charm as a VS Code agent. One shot creation of the space invaders game and a ComfyUI custom node.

and what about qwen3.6-35b?

qwen 3.6-35 can this too, no doubt qwen is also a capable model. However, qwen makes me more troubles on agentic tasks like command execution, reading and writing files which often fails in a row. No issues so far with ornith.

I used Qwen3.6-35B-A3B, Qwen3-Coder-Next and Qwen3.5-122B-A10B for some time, they can resolve my daily coding and debug needs.
But this model is ABSOLUTELY better in term of context understanding and instruction following (I don't know how but just based on gut feel and the outcome for the exact same issue + same context + same environment setup)
Cheers!

Using this configuration:
-c 131072
-fit off
--cache-type-k f16
--cache-type-v f16
--flash-attn on
--jinja
--parallel 1
--batch-size 8192
--ubatch-size 2048
--spec-type ngram-mod
--spec-ngram-mod-n-match 24
--spec-ngram-mod-n-min 48
--spec-ngram-mod-n-max 64
--temp 0.6
--top-p 0.95
--top-k 20
--min-p 0.0
--presence-penalty 0.0
--repeat-penalty 1.0
--chat-template-file /models/chat_template.jinja
--reasoning-format deepseek
--chat-template-kwargs {"enable_thinking":true,"preserve_thinking":true,"auto_disable_thinking_with_tools":false,"reasoning_effort":"high"}

Sign up or log in to comment