We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7566fb commit b465953Copy full SHA for b465953
optimum/intel/openvino/quantization.py
@@ -16,7 +16,7 @@
16
import logging
17
import os
18
from pathlib import Path
19
-from typing import Any, Callable, Dict, Optional, Tuple, Union
+from typing import Any, Callable, Dict, Optional, Tuple, Union, TYPE_CHECKING
20
21
import nncf
22
import openvino
0 commit comments