Infinite thinking loop (repeating same paragraph until natural stop)

#6
by gbuzhf - opened
  • these llama-server server params have stopped infinite thinking loop

temp 0.6
topK 20
topP 0.95

"--dry-multiplier", "0.8",
"--dry-base", "1.75",
"--dry-allowed-length", "2",
"--dry-penalty-last-n", "-1",
"--repeat-penalty", "1.1",
"--repeat-last-n", "256",

Sign up or log in to comment