Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Dec 15, 2023
1 parent 7f3b7cf commit 4c87f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/commands/export/openvino.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run(self):
cache_dir=self.args.cache_dir,
trust_remote_code=self.args.trust_remote_code,
pad_token_id=self.args.pad_token_id,
compression_option=self.args.weights_format,
compression_option=self.args.weight_format,
compression_ratio=self.args.ratio
# **input_shapes,
)

0 comments on commit 4c87f03

Please sign in to comment.