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

async tp allreduce #7115

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

Conversation

inkcherry
Copy link
Contributor

@inkcherry inkcherry commented Mar 7, 2025

(wip) ->add config.

output = torch.matmul(input, self.weight.transpose(-1, -2))
if self.bias is not None:
output += self.bias
if True:
Copy link
Contributor

Choose a reason for hiding this comment

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

The use of either non-async or async column parallel is supposed to be configurable.

Copy link
Contributor

@hwchen2017 hwchen2017 left a comment

Choose a reason for hiding this comment

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

Please fix the format error by running pre-commit and DCO error.

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