[Inference] Fix weight_only_int4 bug#9073
Merged
Merged
Conversation
2. add llama3.1 and qwen2 ptq config 3. update quantization.md
…nto add_new_fakequant_type
|
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9073 +/- ##
===========================================
- Coverage 53.56% 53.51% -0.05%
===========================================
Files 652 652
Lines 106397 105187 -1210
===========================================
- Hits 56987 56291 -696
+ Misses 49410 48896 -514 ☔ View full report in Codecov by Sentry. |
yuanlehome
approved these changes
Sep 4, 2024
Contributor
|
代码库中很多地方有 weight_quant_method,麻烦全局确认一遍。 |
Contributor
Author
全局检查后发现argment.py里出现weight_quant_method重复,已在本次pr中删除重复的weight_quant_method字段 |
ckl117
pushed a commit
to ckl117/PaddleNLP
that referenced
this pull request
Sep 9, 2024
Mangodadada
pushed a commit
to Mangodadada/PaddleNLP
that referenced
this pull request
Sep 10, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR types
Bug fixes
PR changes
Others
Description
Fix weight_only_int4 bug