You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For testing/benchmarking purposes, I want to have the same response everytime.
I tried with following commands:
llama-server 8080 --top-k 1 --n-predict 128 --reasoning-budget 0 --threads -1 --jinja --flash-attn auto --cache-type-k q8_0 --cache-type-v q8_0
llama-server 8080 --temp 0 --n-predict 128 --reasoning-budget 0 --threads -1 --jinja --flash-attn auto --cache-type-k q8_0 --cache-type-v q8_0
I was hoping that forcing top-k to 1 or temp to 0 would do the trick.
Unfortunately, once I press the "regenerate" button in the llama-server GUI, it gives me varying responses.
System info:
I found some related (old) issues:
Beta Was this translation helpful? Give feedback.
All reactions