-
Notifications
You must be signed in to change notification settings - Fork 31.7k
[fix gemma] Set default value for output_attentions parameter in Gemma2 and Gemma… #37633
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
Conversation
|
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the |
|
Why does it work locally without errors, but always fails in CircleCI? @zucchini-nlp |
|
@chenin-wang hm, there are changes in unrelated files which is causing red CI because we then need to update all files from where it was copied. Usually it is fixed by I am not sure why it is being modified, prob |
|
@zucchini-nlp Hi, I've found the problem. Can you help me review it? |
zucchini-nlp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect thanks!
…a2 and Gemma… (huggingface#37633) * Set default value for output_attentions parameter in Gemma2 and Gemma3 models * update * fix * fix --------- Co-authored-by: chenin <[email protected]>

What does this PR do?
Set default value for output_attentions parameter in Gemma2 and Gemma3
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@ArthurZucker @zucchini-nlp