Skip to content

Commit c619360

Browse files
Fix openvino numeric import (#3269)
### Changes As in the title
1 parent eeff312 commit c619360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nncf/tensor/functions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _initialize_backends():
8080
import nncf.tensor.functions.torch_numeric # noqa F401
8181

8282
with contextlib.suppress(ImportError):
83-
import nncf.tensor.functions.ov # noqa: F401
83+
import nncf.tensor.functions.openvino_numeric # noqa: F401
8484

8585

8686
_initialize_backends()

0 commit comments

Comments
 (0)