-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n_probs doesnot return completion_probabilities #4088
Comments
I noticed the same when stream is set to false. |
Can we please ask the devs to take a look into this? @ggerganov |
Can you test #4714 ? |
I tested it right now (after updating llama.cpp to the latest commit) and it still doesn't show the logprobabilities. I simply get:
|
You need to checkout #4714 - it's not merged yet |
@ggerganov I just tested llama.cpp with that commit and can confirm that log probabilities show up now:
|
Hi, I try to get the token probabilities with latest code from main branch, compiled with cmake under linux, during compilation had some warnings (not imporant), but after run server binary and infer request, got empty complation_probabilites field.
Request:
Response:
Where I have an mistake? or it is a bug?
The text was updated successfully, but these errors were encountered: