-
Notifications
You must be signed in to change notification settings - Fork 152
Add INC WoQ and remove ITREX dependency #880
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 all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0658a83
add inc woq and remove itrex dependency
changwangss 4955b8a
Update optimum/intel/neural_compressor/modeling_base.py
changwangss 7fe5ac5
Update optimum/intel/neural_compressor/modeling_base.py
changwangss 1d6797c
Update optimum/intel/neural_compressor/modeling_base.py
changwangss ab178e9
Update optimum/intel/neural_compressor/modeling_base.py
changwangss c078ca2
fix code according comment
changwangss c257101
add logger setting
changwangss d55004b
improve ut
changwangss fcadbac
move woq quantization to quantization.py
changwangss 8cf22de
Update examples/neural_compressor/language-modeling/run_clm.py
changwangss a31fc6a
Update examples/neural_compressor/language-modeling/run_clm.py
changwangss 3b5f228
remove dependency
changwangss 7f8c2a2
Update examples/neural_compressor/language-modeling/run_clm.py
IlyasMoutawwakil 6eba7c4
add woq saving and loading ut and logger info
changwangss 2683608
Merge branch 'main' into wangchang/inc_woq
changwangss 1401c89
set transformers version limit
changwangss bc3b95a
fix installation neural_compressor[pt]
changwangss 99f797d
improve ut
changwangss 8321a24
refactoring
echarlaix 08091bc
Refactor
echarlaix 09acbd9
revert
echarlaix 28a10d9
fix datasets loading issue
changwangss 1ad67f1
fix
echarlaix 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,5 +3,4 @@ torch >= 1.9 | |
| datasets >= 1.8.0 | ||
| sentencepiece != 0.1.92 | ||
| protobuf | ||
| intel-extension-for-transformers >= 1.3 | ||
| peft | ||
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
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.
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.