-
Notifications
You must be signed in to change notification settings - Fork 584
Removing custom RMSNorm support #9966
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
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D72484196 |
@pytorchbot label "topic: not user facing" |
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
99ba87d
to
e7b2cd1
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
e7b2cd1
to
5b53f8c
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
5b53f8c
to
03b33c8
Compare
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
This pull request was exported from Phabricator. Differential Revision: D72484196 |
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
03b33c8
to
b69c5f9
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
…rch#9966) Summary: Pull Request resolved: pytorch#9966 In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
b69c5f9
to
1cbf851
Compare
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
1cbf851
to
5db1fae
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
…rch#9966) Summary: Pull Request resolved: pytorch#9966 In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
5db1fae
to
59c391b
Compare
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Differential Revision: D72484196
59c391b
to
a12dbc0
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
…rch#9966) Summary: In D72014553, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1]) In this diff, we allow for: - input of arbitrary shape - shape broadcasting of w (w must have dim <= 1) Reviewed By: Vysarat Differential Revision: D72484196
a12dbc0
to
60fce8e
Compare
This pull request was exported from Phabricator. Differential Revision: D72484196 |
Summary:
In #9844, we were adding initial support for RMS norm for an input in 3 or 4 dimensions, and a weight of dimension 1 (same size as x[:-1])
We are pretty much reverting this diff, in favor of the existing aten.rms_norm
Differential Revision: D72484196