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

[NF4] Freeze dataclass | prep for better pt2 support #799

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

drisspg
Copy link
Contributor

@drisspg drisspg commented Sep 3, 2024

Stacked PRs:


[NF4] Freeze dataclass | prep for better pt2 support

Copy link

pytorch-bot bot commented Sep 3, 2024

🔗 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 Failures

As of commit 639f7d2 with merge base e15e509 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

drisspg added a commit that referenced this pull request Sep 3, 2024
stack-info: PR: #799, branch: drisspg/stack/6
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 3, 2024
@drisspg drisspg requested review from mlazos, chunweiliu, msaroufim and weifengpy and removed request for chunweiliu September 3, 2024 18:23
stack-info: PR: #799, branch: drisspg/stack/6
@@ -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)
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc @mlazos

@drisspg drisspg merged commit 4d8cbc1 into main Sep 3, 2024
17 checks passed
jerryzh168 pushed a commit to jerryzh168/ao that referenced this pull request Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants