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

[Bug]Fix init issue for rms_norm in sequence_parallel. #448

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

ys950902
Copy link

When using rmsnorm will get the error below:
[rank0]: self.input_layernorm = RMSNorm(config.hidden_size, config.layernorm_epsilon,
[rank0]: TypeError: RMSNorm.init() got an unexpected keyword argument 'sequence_parallel'
This pr is to fix this init issue.

@ys950902
Copy link
Author

Hi @tjruwase, many thanks for your approve, could you please also help to merge it.

@tjruwase tjruwase merged commit 8be7f48 into microsoft:main Oct 4, 2024
5 checks passed
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.

3 participants