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
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?