Skip to content

Fix for setting adam_beta3 and adam_epsilon2 for CAME Optimizer #2654

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xzuyn
Copy link
Contributor

@xzuyn xzuyn commented May 9, 2025

I misunderstood what training_arguments_kwargs was meant for initially, so previously you couldn't actually change them. This should let you modify the adam_beta3 and adam_epsilon2 correctly.

I also added the two to the config docs.

Copy link

codecov bot commented May 9, 2025

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/axolotl/core/trainer_builder.py 0.00% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

@xzuyn xzuyn changed the title Fix for setting adam_beta3 and adam_epsilon3 for CAME Optimizer Fix for setting adam_beta3 and adam_epsilon2 for CAME Optimizer May 9, 2025
Copy link
Collaborator

@NanoCode012 NanoCode012 left a comment

Choose a reason for hiding this comment

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

Thanks for catching that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants