fix(halo): lower deepseek sampling temp to 0.7 to break reasoning loops #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hermes/loop-guard-temp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
repeat-penalty was dropped earlier because it crippled tool calls (it dampens
repeated tokens indiscriminately, including JSON tool bodies). Replace it with
lower temp 0.7 / top-p 0.95, which removes the sampling wander in free-text
generation where the loops actually occur, without touching tool-call bodies.
n-predict stays as the deterministic backstop.
7428fce0a0to3b879d8888