Number guessing inconsistency

#20
by Enigrand - opened

Hi, there.

I've seen number guessing inconsistency issues using iq4_xs gguf in this repo. Maybe template issue?

The prompt is:

Hello! Please host a number guessing game for me. At the start of each round, randomly pick a number between 0 and 100, but keep it secret. Then I'll try to guess it.

Play along, check the thinking session, and you'll see the inconsistencies.

llama-server version: 9191 (4f13cb742476d81a6b42a2aa5996e82a478c2481)
parameters: --host xxx --port yyy --api-key zzz -ngl 9999 -ub 512 -b 512 -np 1 -fa 1 --mlock --no-mmap -kvo -kvu -a qwen36 --spec-type draft-mtp --spec-draft-n-max 3 --temp 0.6 --top-p 0.95 --top-k 20 --min-p 0 --presence-penalty 0 --repeat-penalty 1 -m /home/well/ckpts/Qwen3.6-27B-IQ4_XS.gguf --mmproj /home/well/ckpts/mmproj-BF16.gguf

Sign up or log in to comment