-
Couldn't load subscription status.
- Fork 6.5k
[tests] cache non lora pipeline outputs. #12298
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
|
@DN6 let's try to merge this soon otherwise, it might end up gathering a bunch of brutal conflicts. |
|
@DN6 the final two comments should have been addressed. |
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.
Nice 👍🏽
tests/lora/utils.py
Outdated
| def get_dummy_components(self, use_dora=False, lora_alpha=None): | ||
| cached_non_lora_output = None | ||
|
|
||
| @pytest.fixture(scope="class", autouse=True) |
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.
Think this might be a leftover from previous refactoring. It's not used anywhere. Think it can be removed.
What does this PR do?
As discussed.