Skip to content

Commit 4fa40a2

Browse files
committed
Apply Review Comments
1 parent ed5cbb9 commit 4fa40a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/commands/export/openvino.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def run(self):
267267
if self.args.disable_convert_tokenizer:
268268
return
269269

270-
# not export when using other exporters
270+
# avoid import when using other exporters (IPEX, INC)
271271
from ...exporters.openvino.convert import export_tokenizer
272272

273273
output = Path(self.args.output)

0 commit comments

Comments
 (0)