-
Notifications
You must be signed in to change notification settings - Fork 36
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
Yongx/test #191
Yongx/test #191
Conversation
pylint "./$folder" | ||
done | ||
|
||
echo "Successfully clean up all codes." |
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.
Is existing make format
sufficient? In case you are unaware of that.
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.
Will remove the code style script.
emb_dim = 8192 | ||
|
||
def test_embedding(self): | ||
mesh = self.create_device_mesh() |
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.
nit: self._create_device_mesh. Guide line is _ for private method
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.
done
h1_child_0_module.child0 = h2_child_0_module | ||
|
||
parent_module.init_weights() | ||
print(self.parent_module) |
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.
nit: remove?
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.
done
@wyzhang I will address your comments in yongx/dev branch and close this PR. Sorry I am still getting used to the github workflow. |
No description provided.