fix(halo): lower deepseek sampling temp to 0.7 to break reasoning loops #6

Merged
harald merged 1 commit from hermes/loop-guard-temp into main 2026-08-08 13:40:02 +02:00 AGit
Contributor

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.

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.
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.
hermes force-pushed hermes/loop-guard-temp from 7428fce0a0 to 3b879d8888 2026-08-08 13:39:14 +02:00 Compare
harald approved these changes 2026-08-08 13:39:58 +02:00
harald merged commit 1873e5de53 into main 2026-08-08 13:40:02 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
harald/nixcfg!6
No description provided.