We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ef0e6 commit 08f5992Copy full SHA for 08f5992
optimum/intel/openvino/configuration.py
@@ -1108,7 +1108,7 @@ def init_with_format(
1108
config.weight_format = weight_format
1109
return config
1110
1111
- def get_ignored_scope_instance(self) -> nncf.IgnoredScope:
+ def get_ignored_scope_instance(self) -> "nncf.IgnoredScope":
1112
ignored_scope = copy.deepcopy(self.ignored_scope) if self.ignored_scope else {}
1113
return nncf.IgnoredScope(**ignored_scope)
1114
0 commit comments