Skip to content

Fix the typo of FusedRMSNorm doc#1869

Open
cqulilujia wants to merge 1 commit intoNVIDIA:masterfrom
cqulilujia:rms
Open

Fix the typo of FusedRMSNorm doc#1869
cqulilujia wants to merge 1 commit intoNVIDIA:masterfrom
cqulilujia:rms

Conversation

@cqulilujia
Copy link
Copy Markdown

Fix the typo of FusedRMSNorm doc in normalization/fused_layer_norm.py

Copy link
Copy Markdown
Collaborator

@crcrpar crcrpar left a comment

Choose a reason for hiding this comment

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

Thank you for the fix

Comment thread apex/normalization/fused_layer_norm.py Outdated
elementwise_affine: a boolean value that when set to ``True``, this module
has learnable per-element affine parameters initialized to ones (for weights)
and zeros (for biases). Default: ``True``.
has learnable per-element affine parameters initialized to ones for weights. Default: ``True``.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
has learnable per-element affine parameters initialized to ones for weights. Default: ``True``.
has learnable per-element affine parameters initialized to ones for weights. Default: :obj:`True`.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Submitted a newer version:

  1. use :obj: as recommended
  2. fix the previous pr's issue(mistakenly modified FusedLayerNorm rather than FusedRMSNorm )

Copy link
Copy Markdown
Collaborator

@crcrpar crcrpar left a comment

Choose a reason for hiding this comment

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

thank you!

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