Skip to content

Commit e8cc0e9

Browse files
Black
1 parent a2084d9 commit e8cc0e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

optimum/commands/export/openvino.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ def run(self):
324324

325325
maybe_save_preprocessors(self.args.model, self.args.output, trust_remote_code=self.args.trust_remote_code)
326326
if not self.args.disable_convert_tokenizer:
327-
preprocessors = maybe_load_preprocessors(self.args.model, trust_remote_code=self.args.trust_remote_code)
327+
preprocessors = maybe_load_preprocessors(
328+
self.args.model, trust_remote_code=self.args.trust_remote_code
329+
)
328330
maybe_convert_tokenizers(library_name, self.args.output, preprocessors=preprocessors)
329331
else:
330332
# TODO : add input shapes

0 commit comments

Comments
 (0)