-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
shampoo optim support #1919
base: main
Are you sure you want to change the base?
shampoo optim support #1919
Conversation
@@ -35,6 +35,7 @@ python-dotenv==1.0.1 | |||
autoawq>=0.2.5 | |||
triton>=2.3.0 | |||
liger-kernel==0.2.1 | |||
distributed_shampoo @ git+https://github.com/facebookresearch/optimizers.git@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're aiming for pypi release, I think this will be tricky as we don't want to install from source. However, their last release was Feb.
distributed_config = DDPShampooConfig( | ||
communication_dtype=CommunicationDType.BF16, | ||
num_trainers_per_group=self.args.world_size, | ||
communicate_params=False, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this support deepspeed?
No description provided.