Skip to content
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

Fix logprobs with logprob_start_len #193

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Fix logprobs with logprob_start_len #193

merged 1 commit into from
Feb 22, 2024

Conversation

comaniac
Copy link
Collaborator

When logprob_start_len > 0, the current implementation returns incorrect token logprobs, because we only computes logprobs of input_ids[logprob_start_len + 1 :]. This PR fixes this issue.

@comaniac comaniac merged commit 4cb9aae into main Feb 22, 2024
@comaniac comaniac deleted the cody/fix_logprob branch February 22, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant