-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FEAT: Adding exclude modules param(#2044) #2102
Merged
Merged
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
55f3203
adding exclude modules param
JINO-ROHIT 08a74e8
adding configs for hra, ia3, loha, lokr, oft
JINO-ROHIT 79aa7cb
adding test cases in test_tuners_utils.py
JINO-ROHIT 2db1e5d
adding param in configs for adalora, boft, fourier, lntuning, poly, v…
JINO-ROHIT 092b46f
fixing typos for hra, ia3, loha, lokr, oft
JINO-ROHIT 9ae2457
adding test cases for exclude modules and handling target/exclude mod…
JINO-ROHIT b41cb6d
remove debug logs
JINO-ROHIT e8c6676
logic to check if none of the exclude modules exist
JINO-ROHIT 70011d6
check target and excluded modules equality
JINO-ROHIT e4586a3
fix styling + refactor + testcases
JINO-ROHIT 02cc534
removed redundant check
JINO-ROHIT 00a4d08
fix styling with v0.6.8
JINO-ROHIT 3f0df02
Merge remote-tracking branch 'origin/main' into fix-2044
JINO-ROHIT 0ce9123
doc builder
JINO-ROHIT 633ea87
add type annotation import for boft, hra, ia3, loha, lokr, oft, poly,…
JINO-ROHIT 331e786
linting fix
JINO-ROHIT e15514a
Merge remote-tracking branch 'origin/main' into fix-2044
JINO-ROHIT 3c260b7
fix xlora test fail issue
JINO-ROHIT a714799
fix xlora failing tests
JINO-ROHIT 8e778fa
set conversion for lokr
JINO-ROHIT 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
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
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.
This conversion to
set
is missing in theLoKrConfig
.