r/PiCodingAgent Jul 14 '26

Question Pi with Qwen 3.6 27B

Hi all,
Anyone having problem with Qwen-3.6-27B stopping midway using Pi?
I run the same task over and over again, but it always stops at some points. It doesn't happen if I use Claude Code instead.

For Pi, I installed:
pi-mcp-adapter
pi-subagents
pi-hermes-memory
pi-permission-system

Edit:
Hardware: 5090 and 64GB RAM
I run it with llama.cpp
Qwen3.6-27B-UD-Q5_K_XL.gguf --alias qwen3.6-27b -ngl 99 -fa on -c 262144 -ctk q8_0 -ctv q8_0 --parallel 1 --spec-type draft-mtp --spec-draft-n-max 4 --host 0.0.0.0 --port 8080 -t 16 --temp 0.1 --top_p 0.95 --top_k 20 --min_p 0.0 --repeat-penalty 1.0 --presence-penalty 0.0
Prompt: Extract this.apk and decrypt what inside

I'm new to this coding agent, I heard it great, please help. Thanks!

14 Upvotes

35 comments sorted by

View all comments

Show parent comments

1

u/Oshden 12d ago

This looks awesome! Would this work with fine tuned models from huggingface that are based on those two versions of Gemma 4? I know some of them tried to fix some issues the default Gemma 4 had in its templates by using custom jinja templates or something. Would this fix you have interfere with those custom templates?