Skip to content

Conversation

@jainapurva
Copy link
Contributor

@jainapurva jainapurva commented Oct 28, 2024

Tasks undertaken:

  • Move files
  • BC breaking

Test Plan : Pass existing tests

Fixes: #1013

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 28, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1187

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit a39f9f2 with merge base 79ea660 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@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 Oct 28, 2024
@facebook-github-bot
Copy link
Contributor

@jainapurva has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@jainapurva jainapurva marked this pull request as ready for review October 29, 2024 16:16
@facebook-github-bot
Copy link
Contributor

@jainapurva has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@andrewor14 andrewor14 left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

except Exception as e:
raise

from torchao.prototype.quantization.mixed_precision.scripts.naive_intNwo import intN_weight_only
Copy link
Contributor

Choose a reason for hiding this comment

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

If you don't find any usages of this, I think it may be OK to straight up break BC (i.e. delete this file). I don't think there are any users currently, but please check ghimport as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok. Currently, this file isn't used anywhere, will remove it.

@facebook-github-bot
Copy link
Contributor

@jainapurva has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@jainapurva jainapurva added the topic: bc-breaking Use this tag if this PR breaks backward compatibility label Oct 29, 2024
@jainapurva jainapurva merged commit 958a197 into main Oct 29, 2024
19 checks passed
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. topic: bc-breaking Use this tag if this PR breaks backward compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ensure that there is only one "prototype" folder in torchao

5 participants