So far my top choice

#1
by SemKara - opened

I’ve tested all the trending and some latest fine tunes - Windows - 4090- basically anything that fits into 24GB, this is the best coding and tooling model imo so far

Have you tried Jackrong/Qwen3.5-27B-GLM5.1-Distill-v1-GGUF yet? I'm going to download both and test them out for coding

Reporting back:
I gave each the prompt "code snake". Both chose python but interestingly QWOPUS failed a basic indentation error. "IndentationError: expected an indented block after 'elif' statement on line 115" but it also provided an html version of snake that did work.
Jackrong/Qwopus3.5-27B-v3.5-GGUF: 4.85 minutes, 2397 tokens
Jackrong/Qwen3.5-27B-GLM5.1-Distill-v1-GGUF: 3.5 minutes, 1730 total tokens
I am going to further using the GLM5.1
EDIT:
I forgot to mention both are on Q6_K

I did try GLM5.1 distill v1, I typically do not benchmark time or tokens, I benchmark tool follow up and accuracy of completion.

GLM5.1-distill-v1, will drop follow up tools even after doing a valid first pass or first part of the work
Qwopus will make mistakes but then follow up with fixes,

one important caveat, in my platform i setup Auto follow up on failure and terminal commands, so my LLMs will keep trying until they think they are done, they do not get forcefully stopped by failures or tool fails

Sign up or log in to comment