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

[Tensor] add DistSpec for loss and test_model #947

Merged
merged 1 commit into from
May 13, 2022

Conversation

Wesley-Jzy
Copy link
Contributor

No description provided.

and self.dist_spec.num_partitions[0] == 1) \
or (self.dist_spec.process_group.size() == 1)

def is_1Dcol(self):
Copy link
Member

Choose a reason for hiding this comment

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

I think we can design a general module which can derive computation pattern from DistSpec of params in the future. It's OK now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK.

@Wesley-Jzy Wesley-Jzy merged commit 797a9dc into hpcaitech:main May 13, 2022
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