-
Notifications
You must be signed in to change notification settings - Fork 281
Migrate SmoothQuant for IPEX to 3.x API #1629
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
Conversation
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
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.
Left some comments, others are LGTM.
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
* fix conflict Signed-off-by: Lu, Yintong <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Lu, Yintong <[email protected]> Co-authored-by: Lu, Yintong <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Cheng, Zixuan <[email protected]>
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Conflicts: requirements_pt.txt
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
…ssor into zixuan/sq_3x Conflicts: test/3x/torch/quantization/test_static_quant.py
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
@violetch24 Unittest is not enough, please migrate UTs pure for algorithms and more sq accuracy check. |
Currently, we have enabled save & load API. Please refer to fp8 UT's test_save_load |
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
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.
There will be another PR to polish SmoothQuant UTs.
Type of Change
Migrate SmoothQuant for IPEX to 3.x API, API changed
Description
To-do:
Expected Behavior & Potential Risk
How has this PR been tested?
UT passed
Dependency Change?