-
Notifications
You must be signed in to change notification settings - Fork 258
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
fix tune_cfg issue for 3.x static quant #1718
Conversation
Signed-off-by: Cheng, Zixuan <[email protected]>
⚡ Required checks status: All passing 🟢Groups summary🟢 Code Scan Tests workflow
These checks are required after the changes to 🟢 Model Tests 3x workflow
These checks are required after the changes to 🟢 Unit Tests 3x-PyTorch workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
Signed-off-by: Cheng, Zixuan <[email protected]>
Signed-off-by: Cheng, Zixuan <[email protected]>
neural-compressor/neural_compressor/torch/algorithms/static_quant/static_quant.py Lines 97 to 99 in a29addc
Why do we need to save the configuration twice in different ways? Perhaps the first one should be INC's config? |
|
Could you remove the code about IPEX version lower than 1.12? |
Signed-off-by: Cheng, Zixuan <[email protected]>
Removed. |
Type of Change
bug fix
Description
fixed tune_cfg loading problem for 3.x static quant API
Expected Behavior & Potential Risk
How has this PR been tested?
UT passed
Dependency Change?