Replies: 1 comment
-
Take a look at this example: https://github.com/ggerganov/llama.cpp/blob/ac43576124a75c2de6e333ac31a3444ff9eb9458/examples/simple/simple.cpp#L98 Token probs are already there. You can modify that example however you like, It's the Similarly, in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
I want to get probability over vocabulary for each token while running embedding or normal prediction.
Current Behavior
No mention of probability over vocabulary mentioned in the project
Environment and Context
Ubuntu 22.04
Beta Was this translation helpful? Give feedback.
All reactions