Skip to content

Commit

Permalink
Fix openvino numeric import (#3269)
Browse files Browse the repository at this point in the history
### Changes

As in the title
  • Loading branch information
nikita-savelyevv authored Feb 11, 2025
1 parent eeff312 commit c619360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/tensor/functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _initialize_backends():
import nncf.tensor.functions.torch_numeric # noqa F401

with contextlib.suppress(ImportError):
import nncf.tensor.functions.ov # noqa: F401
import nncf.tensor.functions.openvino_numeric # noqa: F401


_initialize_backends()

0 comments on commit c619360

Please sign in to comment.