-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Inference]Move quantization code from run_finetune.py to run_quantization.py #9450
Conversation
2. Remove experimental code about quantization in llm/experimental. These code will merge in Paddleslim.
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9450 +/- ##
===========================================
- Coverage 53.40% 52.98% -0.43%
===========================================
Files 685 685
Lines 110166 108843 -1323
===========================================
- Hits 58837 57671 -1166
+ Misses 51329 51172 -157 ☔ View full report in Codecov by Sentry. |
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.
LGTM
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.
LGTM
PR types
Others
PR changes
Others
Description