-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Tests] QoL improvements to the LoRA test suite #10304
Conversation
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.
LGTM! The test for lora_B bias is moved under utils.py
which means it will be run with every model now, no? This is okay, but maybe good to make note that it only matters for Flux currently as there are no other lora checkpoints with lora B bias yet I think
Note added. |
What does this PR do?
test_lora_fuse_nan()
from the LTX LoRA test suite as that is handled intests/lora/utils.py
.test_lora_B_bias
andtest_correct_lora_configs_with_different_ranks
toutils.py
from the Control LoRA tests for Flux. This is because the corresponding features apply generally.