-
Notifications
You must be signed in to change notification settings - Fork 6k
[tests] use proper gemma class and config in lumina2 tests. #10828
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
Failing tests are unrelated. |
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.
Thanks, LGTM!
Similar changes are proposed in #10758 here, which also update docstrings and type annotations for Lumina pipelines. I changed to To avoid merge conflicts, I could either remove my changes on Also, on the topic of tests changes, one point identified but not yet addressed in #10758 (comment) is regarding |
@guiyrt thanks for your hard work :) Also sorry for not seeing your awesome PR first!
Let's go with the first option.
I would prefer:
In general, we should try to emulate the actual model architectures from a given pipeline as much as possible. |
Thanks! 🤗 One thing that I also changed in my PR is removing With
Test traceback
I will try to update the tests for |
We should consider having |
There is no diffusers/tests/pipelines/sana/test_sana.py Lines 120 to 127 in a4c1aac
Adding
|
No description provided.