Llama.cpp repeat-penalty at 1 gets 25% more t/s

#4
by thiagottjv - opened

For some reason, repeat-penalty at 1 is getting me 245t/s while any other value the value wont pass 200.
Anyone know what is happening? Shoud I stick to 1.1 or can I keep at 1.0?

My params:
~/llama.cpp/build/bin/llama-cli
-m "/home/pi/models/hub/models--LiquidAI--LFM2.5-2.6B-GGUF/snapshots/b22e29ebf6249a8c9fcdda36914743e9980595c4/LFM2.5-2.6B-Q5_K_M.gguf"
-ngl 999
--threads 6
--ctx-size 8192
--flash-attn on
--cache-type-k q8_0
--cache-type-v q8_0
--batch-size 2048
--ubatch-size 512
--temp 0.1
--top-p 0.90
--top-k 50
--min-p 0
--presence-penalty 0
--repeat-penalty 1
--load-mode mlock
--jinja --warmup --color on -cnv

Sign up or log in to comment