-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Allow textual_inversion_flax script to use save_steps and revision flag #2075
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
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
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.
This looks good to me!
@patil-suraj what do you think?
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.
Looks good!
|
The style tests are failing. Could you just run |
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
|
Merging and running |
…ag (huggingface#2075) * Update textual_inversion_flax.py * Update textual_inversion_flax.py * Typo sorry. * Format source
…ag (huggingface#2075) * Update textual_inversion_flax.py * Update textual_inversion_flax.py * Typo sorry. * Format source
…ag (huggingface#2075) * Update textual_inversion_flax.py * Update textual_inversion_flax.py * Typo sorry. * Format source
Adding revision allow module import directly from HF hub as many models already have flax versions as a branch. Save steps is also very useful. This should make the script more applicable for all users.