Model do not think with llamacpp and do not accept Dflash

#3
by pweins - opened

Hello,

Using Q5_K_M version GGUF.

Using the following command :

llama-server \
--host 0.0.0.0 \
--port 8087 \
--ctx-size 256000 \
--flash-attn on \
--no-ui \
--model /home/xyz/models/Laguna-S-2.1-Q5_K_M/Laguna-S-2.1-Q5_K_M.gguf \
--temperature 0.7 \
--top-k 20 \
--top-p 0.95 \
--min-p 0 \
--repeat-penalty 1 \
--presence-penalty 0 \
--alias Laguna-S2.1 \
--rope-scaling yarn \
--rope-scale 32 \
--yarn-orig-ctx 8192 \
--yarn-attn-factor 1
# --reasoning on (no effect)
# --reasoning-budget 16000 (no effect)
# --reasoning-preserve (no effect)
# --chat-template-kwargs "{"enable_thinking": true, "preserve_thinking": true}" (no effect)

Any idea? Am I wrong somewhere?

pweins changed discussion title from Model do not think with llamacpp and do not accept Bflash to Model do not think with llamacpp and do not accept Dflash

For Dflash, unexpected tensors layer count, 73 vs 69.

Hmm, for DFlash, do you need an external model file?

I need to refresh my knowledge now that DFlash and spark and such exist, lagging a bit behind on those :)

As for the thinking, that is surprising and I'll need to look into that and see if I can find anything

Sign up or log in to comment