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

cover edge case where decoder_input_ids is provided but it is empty #35475

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adi
Copy link

@adi adi commented Jan 1, 2025

Simply check for the size of the decoder_input_ids before trying to access element 0 which crashes if the provided decoder_input_ids are empty.

If the size is 0 it copies the behaviour which happens when decoder_input_ids is None.

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.

1 participant