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

Fix Autotuner get_gas_from_user_config #3664

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

straywarrior
Copy link
Contributor

This PR fix Autotuner.get_gas_from_user_config when gradient_accumulation_steps is set to auto in json config.

The original function calls a non-existent function get_val_from_config. Instead, it should try to get value from command-line arguments by get_val_from_user_args.

@straywarrior straywarrior requested a review from cli99 as a code owner June 2, 2023 02:47
@straywarrior straywarrior force-pushed the bugfix/autotuner-gas branch from a106174 to 5bbbf54 Compare June 2, 2023 02:48
@loadams loadams enabled auto-merge (squash) June 13, 2023 17:23
@loadams loadams merged commit 09332db into microsoft:master Jun 13, 2023
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