-
Notifications
You must be signed in to change notification settings - Fork 211
Fixed issue for T5 base model quantization issue with IPEX smoothquant #946
Conversation
@PenghuiCheng please check! |
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
0a79242
to
4b2e58d
Compare
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
requirements.txt
Outdated
@@ -3,6 +3,7 @@ cmake>=3.16 | |||
py-cpuinfo | |||
setuptools>=65 | |||
setuptools_scm[toml]>=6.2 | |||
wheel |
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.
is it a real package?
@PenghuiCheng please check the error, your json format is not correct |
Signed-off-by: VincyZhang <wenxin.zhang@intel.com>
Signed-off-by: VincyZhang <wenxin.zhang@intel.com>
Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
Signed-off-by: VincyZhang <wenxin.zhang@intel.com>
@PenghuiCheng Tuning and benchmark are ok, but acc can not run. Please fix in next PR. |
Type of Change
bug fix
No API changed
Description
Fixed quantization failure when T5 base model be quantized with IPEX smoothquant.
Expected Behavior & Potential Risk
Quantize successfully
How has this PR been tested?
Local tested