-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[Tests and Docs] Add a test on serializing pipelines with components containing fused LoRA modules #4962
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
patrickvonplaten
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.
Cool!
|
@sayakpaul If you don't mind just adding the total time taken to run these LoRA tests here as a comment? Just to have an idea of the additional overhead being introduced to the runners? The pytest summary report is fine. |
stevhliu
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.
Nice work! 👍
@DN6 find it below. |
Co-authored-by: Steven Liu <[email protected]>
|
The documentation is not available anymore as the PR was closed or merged. |
|
I thought #4971 fixed the FLAX problem. @patrickvonplaten? |
Co-authored-by: Patrick von Platen <[email protected]>
|
Only failing test seems to be the flaky one. Let's merge this |
…containing fused LoRA modules (huggingface#4962) * add: test to ensure pipelines can be saved with fused lora modules. * add docs about serialization with fused lora. * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * Empty-Commit * Update docs/source/en/training/lora.md Co-authored-by: Patrick von Platen <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]> Co-authored-by: Patrick von Platen <[email protected]>
This PR adds:
This has been quite a requested feature from the community I think.
@DN6 okay for you if we added this test?