Skip to content

Commit cfca4ea

Browse files
Fix imports 7
1 parent b65b313 commit cfca4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/quantization/quantizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
from .calibration_dataset_builder import OVCalibrationDatasetBuilder
6969

70-
register_module(ignored_algorithms=[])(Conv1D)
70+
register_module(ignored_algorithms=[])(Conv1D)
7171

7272
core = Core()
7373
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)