-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Refactor instructpix2pix lora to support peft #10205
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
Refactor instructpix2pix lora to support peft #10205
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
Outdated
Show resolved
Hide resolved
examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
Outdated
Show resolved
Hide resolved
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.
Looking very nice! Thanks for working on this!
Do you have some example training runs and results for us to see?
examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
Show resolved
Hide resolved
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.
Looking really nice! Thanks for working on this.
…_pix2pix_lora.py Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
can you run |
Thanks for your awesome contributions! |
Instructpix2pix_lora to use PEFT
Fixes
As discussed in issues: #10062
Tested on Google Colab by running the sample train command provided in README.
Who can review?
@sayakpaul @duduke121