-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Implement logprobs
#2
Labels
enhancement
New feature or request
Comments
abetlen
added
enhancement
New feature or request
and removed
bug
Something isn't working
good first issue
Good for newcomers
labels
Apr 5, 2023
xaptronic
pushed a commit
to xaptronic/llama-cpp-python
that referenced
this issue
Jun 13, 2023
antoine-lizee
pushed a commit
to antoine-lizee/llama-cpp-python
that referenced
this issue
Oct 30, 2023
* vvhg-code-infill (abetlen#1) * infill in separate example (abetlen#2) * reverted changes to main and added infill example * cleanup * naming improvement * make : add missing blank line * fix missing semicolon * brought infill up to current main code * cleanup --------- Co-authored-by: Cebtenzzre <cebtenzzre@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
logprobs
return format should match OpenAI API. Currently calling aLlama
instance withlogprobs
enabled just returns a list offloats
.Example of the correct format:
The text was updated successfully, but these errors were encountered: