I'm downloading now the 35b version. I will report ...
The 27B benchmarks look better than the 35B benchmarks. It would be cool to try it.
Yes, should be ... but I have some others LLM as 35B so I like to compare them.
I don't have the analisys of bench time, but I gave them the same request (tipically to create a function in Delphi and analyze an image) and see how is.
Qwen 3.5 e 3.6 use the same space memory, with new Ollama interface they used near 25 GB of "graphic memory", 7 GB on VRAM (dedicated) and 18 GB on shared.
There is a start latency more high (only first question) in Qwen 3.6 ... near 3 seconds more than Qwen 3.5
I ask to create a function for computation integral analisys in Delphi and analyze a complex image with lot of details.
I can feel speed and quality on Qwen 3.6, where thinking phase was very short and the image anlisys is very deep.
In Delphi code Qwen 3.6 proposed new approach with anonymous and generic functions with full options where Qwen 3.5 proposed a pointer to function and partially options (the feeling is that it was more similar to FPC than Delphi).
The description of code in Qwen 3.6 is better than Qwen 3.5.
Also, Qwen 3.6 proposed alternatives like FPC for speed (or other libs for maths function).