Does not work on latest llama.cpp with an agents, freezes at prompt precessing

#12
by blbx42 - opened

Using llama.cpp, tried multiple recent versions. The model works with a simple chat request but using pi agent harness just makes it freeze wheras the original or unsloth versions work.

Anyone noticed the same issue ?

Command used:

llama-server -lv 3 --temp 0.7 --presence-penalty 1.2 --top-p 0.8 --top-k 20 \
 --min-p 0  -c 128000 -np 1 -sm tensor  --flash-attn on --jinja --port 5816  \
--reasoning-budget 4096  --reasoning on \
 -m Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Prep

Edit: tested on b9549 and b9544. On b9549 it somestimes works for a round or 2 then freezes. Also tried stripping all but essential flags, no difference.

2x RTX 3090, Linux

blbx42 changed discussion title from Does not work on llama.cpp with agent, it just freezes to Does not work on latest llama.cpp with an agentit, it just freezes
blbx42 changed discussion status to closed
blbx42 changed discussion status to open
blbx42 changed discussion status to closed
blbx42 changed discussion status to open
blbx42 changed discussion title from Does not work on latest llama.cpp with an agentit, it just freezes to Does not work on latest llama.cpp with an agents, freezes at prompt precessing

Sign up or log in to comment