Skip to content

Commit

Permalink
Make Style
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov committed May 2, 2024
1 parent ef9e5df commit 1f44ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/exporters/openvino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ class StoreAttr(object):
**kwargs_shapes,
)

# avoid circular import
from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER
# hide openvino import when using other exporters
# avoid circular import
from optimum.exporters.openvino.convert import export_tokenizer
from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER

if convert_tokenizer and is_openvino_tokenizers_available():
if library_name != "diffusers":
Expand Down

0 comments on commit 1f44ce9

Please sign in to comment.