-
Notifications
You must be signed in to change notification settings - Fork 240
Feat (equalize): adding initial support for MixQuant #1448
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
31c9982
Feat (equalize): adding support for permutations
i-colbert eddc639
Fix (equalize): minor fixes from rebase
i-colbert 16e309a
Docs (papers): adding example config for mixquant
i-colbert e0507cb
Feat (test): adding tests for rotate_permute_mode
i-colbert fdf3bc8
Fix (tests): fixing rotate_permute_mode test
i-colbert ceac637
Fix (equalize): decouple GraphPermutationEqualization from GraphRotat…
i-colbert 612694b
Fix (equalize): registering permutation algos
i-colbert 3debec2
Fix (permute): refactor permutations into new permute.py
i-colbert acc68ef
Fix (permute): passing permute_fn to GraphPermutationEqualization
i-colbert bbe6651
Fix (utils): typing hints
i-colbert 73a1ef4
Fix (utils): import error from refactor
i-colbert 7e0e86e
Fix (permute): cleaning up __all__ in permute.py
i-colbert 3a61e03
Fix (permute): adding get_regions() call to GraphRotationEqualization
i-colbert e04bac9
Fix (permute): adding filter_permutations()
i-colbert 02b9ba1
Fix (args): combine apply_permute with permute_fn
i-colbert e6c2692
Fix (permute): inherit from RegionalWalkMixin
i-colbert 3ec8358
Fix (permute): inherit from GraphTransform
i-colbert 40e03de
Fix (permute): updating rotate_permute_mode
i-colbert e33b778
Fix (tests): updating the tests
i-colbert 558d880
Fix (permute): another step towards decoupling
i-colbert ae7b21c
Fix (equalize): removing code comment
i-colbert 0e76a03
Fix (permute): adding extra_state_kwargs to LLM entrypoint
i-colbert 66335da
Fix (main): initializing extra_state_kwargs once
i-colbert 1e49d78
Fix (permute): move region check
i-colbert 8d9cf0c
Fix (papers): remove apply_permute from YAML file
i-colbert 411d867
Fix (graph): sharing _process_input across transforms
i-colbert 5174989
Fix (tests): fixing tests after refactor
i-colbert e071905
fix tests
Giuseppe5 21143af
fix tests
Giuseppe5 7e90c34
Fix (tests): test_permute fix
i-colbert 93aa8b0
Fix (tests): fixing errors with test_permute
i-colbert 3a1703a
Fix (equalize): fixing code comment
i-colbert 12c0b16
Fix (tests): remove code comment
i-colbert 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 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.