Skip to content
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

Throw an error if both --flux_schedule_auto_shift and --flux_schedule_shift are enabled. #1106

Merged

Conversation

mhirki
Copy link
Contributor

@mhirki mhirki commented Oct 27, 2024

As an alternative to PR #1105, just throw an error if both --flux_schedule_auto_shift and --flux_schedule_shift are enabled, forcing the user to explicitly choose one of them.

Since the default value of --flux_schedule_shift is now 3 after commit 4a7d423, people need to set it 0 if they want to continue training with auto-shift.

@bghira bghira merged commit 80aafbf into bghira:main Oct 27, 2024
1 check failed
@bghira
Copy link
Owner

bghira commented Oct 27, 2024

thanks. i'd been recommending users set one or the other for so long while doing neither by default - i would rather do auto shift by default, but the way the parameters work in python i cannot have a user pass =true or =false to update its value.

bghira added a commit that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants