[Reland] Remove config functions like int4_weight_only (#3145)#3308
Merged
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3308
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f8f7220 with merge base 08e5e20 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
int4_weight_only (#3145)int4_weight_only (#3145)
andrewor14
added a commit
to andrewor14/torchtune
that referenced
this pull request
Nov 7, 2025
Specifically, this unblocks: pytorch/ao#3308 pytorch/ao#3146
andrewor14
added a commit
to andrewor14/torchtune
that referenced
this pull request
Nov 7, 2025
Specifically, this unblocks: pytorch/ao#3308 pytorch/ao#3146
afcac24 to
63379bb
Compare
|
@andrewor14 has imported this pull request. If you are a Meta employee, you can view this in D86530816. |
63379bb to
803564b
Compare
andrewor14
added a commit
to andrewor14/torchtune
that referenced
this pull request
Nov 20, 2025
) Summary: Specifically, this unblocks: pytorch/ao#3308 pytorch/ao#3146 Reviewed By: ebsmothers Differential Revision: D86531665 Pulled By: andrewor14
803564b to
3c1b335
Compare
andrewor14
added a commit
to andrewor14/torchtune
that referenced
this pull request
Dec 5, 2025
) Summary: Specifically, this unblocks: pytorch/ao#3308 pytorch/ao#3146 Reviewed By: ebsmothers Differential Revision: D86531665 Pulled By: andrewor14
Summary: **Summary:** As a follow-up to #2994, this commit removes all quantization functions that were used as configs. These functions were deprecated in 0.14.0 and will be removed in the next release, 0.15.0. Test Plan: CI Differential Revision: D86530816 Pulled By: andrewor14
3c1b335 to
f8f7220
Compare
|
@andrewor14 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86530816. |
vkuzo
approved these changes
Dec 10, 2025
namgyu-youn
pushed a commit
to namgyu-youn/ao
that referenced
this pull request
Dec 19, 2025
… (pytorch#3308) Remove config functions like `int4_weight_only` (pytorch#3145) (pytorch#3308) Summary: **Summary:** As a follow-up to pytorch#2994, this commit removes all quantization functions that were used as configs. These functions were deprecated in 0.14.0 and will be removed in the next release, 0.15.0. Test Plan: CI Differential Revision: D86530816 Pulled By: andrewor14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: As a follow-up to #2994, this commit removes all quantization functions that were used as configs. These functions were deprecated in 0.14.0 and will be removed in the next release, 0.15.0.
Test Plan: CI