-
Notifications
You must be signed in to change notification settings - Fork 896
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
Support new scheduler free optimizer #1315
Conversation
* init * use no schedule * fix typo * update for eval() * fix typo
In the requirements.txt, schedulefree is missing. |
accelerate now officially supports schedulefree since 0.30.0 and you can directly call |
Thank you for letting me know! This is really nice. I will check it and update this PR. |
any update on this? |
Hello @kohya-ss , I was wondering, is there any reason scheduler-free-opt is not yet merged into main? From my testing using schedule-free with Flux, it appears to work as expected. It would be great if this could be merged into main so that it can be made more widely available, as schedule-free works well and simplifies the training process. Thank you. |
Because there are so many changes, we have to test all scripts with and without it to make sure that existing training still works. It's good news that it works with FLUX. I'll work on it as soon as I have time, so please wait a little longer. |
Hello @kohya-ss , I understand and appreciate all the work you are doing. There is definitely interest in schedule free and expanding on it with other schedule free optimizer variants, pending the completion of your implementation and testing. Thank you. |
original #1250