-
Notifications
You must be signed in to change notification settings - Fork 227
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
[NF4] Freeze dataclass | prep for better pt2 support #799
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/799
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 639f7d2 with merge base e15e509 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
stack-info: PR: #799, branch: drisspg/stack/6
66bea24
to
0a50f35
Compare
stack-info: PR: #799, branch: drisspg/stack/6
0a50f35
to
639f7d2
Compare
@@ -376,7 +376,7 @@ def nf4_pin_memory(aten_op, args, kwargs=None): | |||
return NF4Tensor(*construct_nf4_args(nf4tensor, updated_attrs)) | |||
|
|||
|
|||
@dataclass | |||
@dataclass(frozen=True) |
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.
curious how is frozen=True related to PT2?
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.
cc @mlazos
Stacked PRs:
[NF4] Freeze dataclass | prep for better pt2 support