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 ef9e5df commit 1f44ce9Copy full SHA for 1f44ce9
optimum/exporters/openvino/__main__.py
@@ -355,10 +355,10 @@ class StoreAttr(object):
355
**kwargs_shapes,
356
)
357
358
- # avoid circular import
359
- from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER
360
# hide openvino import when using other exporters
+ # avoid circular import
361
from optimum.exporters.openvino.convert import export_tokenizer
+ from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER
362
363
if convert_tokenizer and is_openvino_tokenizers_available():
364
if library_name != "diffusers":
0 commit comments