Skip to content

Commit f314ba0

Browse files
Fix ruff
1 parent 13b2350 commit f314ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/modeling_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(
103103
def load_model(
104104
file_name: Union[str, Path],
105105
quantization_config: Union[OVWeightQuantizationConfig, Dict] = None,
106-
calibration_dataset: Optional["nncf.Dataset"] = None,
106+
calibration_dataset: Optional["Dataset"] = None,
107107
):
108108
"""
109109
Loads the model.

0 commit comments

Comments
 (0)