Skip to content

fix: rename lr_warmup_ratio to lr_warmup_steps_ratio to match recipe#428

Merged
aviruthen merged 1 commit into
aws:mainfrom
aviruthen:fix/recipe-param-rename-lr-warmup-steps-ratio
Jun 4, 2026
Merged

fix: rename lr_warmup_ratio to lr_warmup_steps_ratio to match recipe#428
aviruthen merged 1 commit into
aws:mainfrom
aviruthen:fix/recipe-param-rename-lr-warmup-steps-ratio

Conversation

@aviruthen
Copy link
Copy Markdown
Collaborator

The SageMaker Hub recipes renamed the hyperparameter lr_warmup_ratio to lr_warmup_steps_ratio. This affects all recipes (confirmed on Qwen/Qwen3-4B and meta-llama/Llama-3.1-8B). The CLI's configure command dynamically generates options from the recipe schema, so the actual CLI option is now --lr-warmup-steps-ratio. Updating the parameter name accordingly

What's changing and why?

Before/After UX

Before:

After:

How was this change tested?

Are unit tests added?

Are integration tests added?

Reviewer Guidelines

‼️ Merge Requirements: PRs with failing integration tests cannot be merged without justification.

One of the following must be true:

  • All automated PR checks pass
  • Failed tests include local run results/screenshots proving they work
  • Changes are documentation-only

@aviruthen aviruthen requested a review from a team as a code owner June 3, 2026 21:55
@aviruthen aviruthen temporarily deployed to manual-approval June 3, 2026 21:55 — with GitHub Actions Inactive
Copy link
Copy Markdown
Collaborator

@papriwal papriwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aviruthen aviruthen merged commit 04306c2 into aws:main Jun 4, 2026
11 of 12 checks passed
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.

3 participants