-
Notifications
You must be signed in to change notification settings - Fork 218
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
update torchao READMEs with new configuration APIs #1711
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
24114ce
Update
vkuzo 5b9d876
Update
vkuzo 1cea42f
Update
vkuzo 138883b
Update
vkuzo ba045ea
Update
vkuzo 94d9426
Update
vkuzo b589ce7
Update
vkuzo aaba2d8
Update
vkuzo 26850da
Update
vkuzo 7caecb1
Update
vkuzo d42a590
Update
vkuzo 5702ea0
Update
vkuzo 0542402
Update
vkuzo 146ac3b
Update
vkuzo 5f75897
Update
vkuzo 1c9c39f
Update
vkuzo 1ff1f6e
Update
vkuzo bb253ef
Update
vkuzo c2ed2da
Update
vkuzo 698989b
Update
vkuzo 6184530
Update
vkuzo 397002e
Update
vkuzo 5514a99
Update
vkuzo fac3263
Update
vkuzo 1e15950
Update
vkuzo e9c03e0
Update
vkuzo f5b7d87
Update
vkuzo 6684b39
Update
vkuzo 4dcb349
Update
vkuzo d63e657
Update
vkuzo 36c2096
Update
vkuzo ca7531d
Update
vkuzo b55b1bb
Update
vkuzo 3aaf5a0
Update
vkuzo 3fd4cfc
Update
vkuzo e0124f7
Update
vkuzo 4de0f68
Update
vkuzo 060cda8
Update
vkuzo ac7e5da
Update
vkuzo 1e152e3
Update
vkuzo 0be10ae
Update
vkuzo 2f0d4e3
Update
vkuzo e397c47
Update
vkuzo 326e7c4
Update
vkuzo 9eebc4f
Update
vkuzo 81dcff8
Update
vkuzo f44befc
Update
vkuzo e534d64
Update
vkuzo bd2302d
Update
vkuzo 54d3c31
Update
vkuzo 7688b35
Update
vkuzo e776f11
Update
vkuzo e9f056f
Update
vkuzo 03fb862
Update
vkuzo 0c09446
Update
vkuzo 729a8f2
Update
vkuzo 1979394
Update
vkuzo 7e9d405
Update
vkuzo fd3b5c7
Update
vkuzo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
I think this file is missing a few, e.g. I still see
intx_quantization_aware_training
,int8_weight_only_quantized_training
, andfpx_weight_only
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.
thank you! I just updated
intx_quantization_aware_training
andfpx_weight_only
.int8_weight_only_quantized_training
is a prototype API and is not migrated yet - we can do this after the 0.9.0 release.