Closed
Description
What happened?
Today I merged latest changes from llama.cpp to my app and suddenly got this error instead of inference:
llama_get_logits_ith: invalid logits id 0, reason: batch.logits[0] != true
After checking multiple past commits I figured out that is was a1631e5 - however, I don't use Mamba models, which is also why I didn't merge this commit earlier.
This issue happens with Nemo and Llama3 (and probably all other models). Previous commits work fine. Why can this happen? What can I do to fix it?
Name and Version
What operating system are you seeing the problem on?
Windows
Relevant log output
No response