Xiaohe You 10266f54a7
update quantize.py code version (#44)
* compression tutorial

* add details of compression tutorial

* add env of compression tutorial

* update quantize.py code version
2022-05-07 16:07:07 +08:00

5 lines
104 B
Python

try:
from .quantize_utils import calib, quantize_config_check
except ImportError as e:
print(e)