-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Experimental] Float8 support in AQT #671
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
12d0ac2
updates for float
jainapurva 9173ee1
AAdded optional param
jainapurva 32bf45f
updates for compatible type
jainapurva ddc1bc0
updates to support torch=2.2
jainapurva b3e4e79
updates to quant api
jainapurva e778bca
updates
jainapurva d4b057f
Float8 updates
jainapurva 9d86df3
Merge branch 'main' into experimental_float8_aqt
jainapurva 04c471e
todos
jainapurva d86d798
version check
jainapurva 1e5dfd9
Updates for removing float8 API
jainapurva e25a8e9
Add float8wo to hf_eval
jainapurva 29316fa
remove fpx layout
jainapurva 1fb4a2b
revert changes to hf_eval
jainapurva ceb3275
Revert changes to main
jainapurva 81eb91f
Fp8 upgrades
jainapurva c017186
Test for float8
jainapurva ca9fdbf
Updates
jainapurva fce977f
Merge branch 'main' into experimental_float8_aqt
jainapurva bfb8b3b
Remove from_float_float8
jainapurva 146c328
Update optional[int]
jainapurva 9b0c2aa
remove from_float8
jainapurva 3c300eb
Review fixes
jainapurva efd480b
Review fixes
jainapurva 0abdcc1
typos
jainapurva 5fc0dd8
typos
jainapurva 526a282
Added constraints
jainapurva 83b7356
Added constraints
jainapurva 3ac9f72
Remove eps check
jainapurva 8bd3849
Seperate floatx from_float
jainapurva 02a89b3
Typing fixes
jainapurva 8e19598
init fixes
jainapurva 56a4eb5
Updates for fixes
jainapurva 33ae19a
Review fixes
jainapurva 482f537
Revert a doc string change
jainapurva 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
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.
maybe you want to import
to_affine_quantized_floatx
here, I'm also refactoring this file to change the import to the file to avoid circular dep as well