Skip to content
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

Merged
merged 8 commits into from
Nov 22, 2024

Conversation

lixcli
Copy link
Contributor

@lixcli lixcli commented Nov 18, 2024

PR types

Others

PR changes

Others

Description

  1. Move quantization code from run_finetune.py to run_quantization.py
  2. Remove experimental code about quantization in llm/experimental. These code will merge in Paddleslim.

2. Remove experimental code about quantization in llm/experimental. These code will merge in Paddleslim.
Copy link

paddle-bot bot commented Nov 18, 2024

Thanks for your contribution!

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.98%. Comparing base (9ee691a) to head (3927840).
Report is 226 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

Copy link

@wanghaoshuang wanghaoshuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@DrownFish19 DrownFish19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DrownFish19 DrownFish19 merged commit 9494e9a into PaddlePaddle:develop Nov 22, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants