Skip to content

Commit

Permalink
Fix openvino version check to be compatible with openvino-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin authored and eaidova committed Jan 8, 2024
1 parent 7ead0e8 commit 49a7f8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions optimum/exporters/openvino/stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
from packaging import version
import openvino as ov
from openvino.runtime import opset13
<<<<<<< HEAD
from optimum.intel.utils.import_utils import _openvino_version, is_openvino_version
from optimum.utils.normalized_config import NormalizedConfigManager
=======
from optimum.intel.utils.import_utils import is_openvino_version
>>>>>>> Raise if too old version of opevino is used ans stateful=True


def model_has_state(ov_model: ov.Model):
Expand Down

0 comments on commit 49a7f8f

Please sign in to comment.