Skip to content

Commit

Permalink
provide missed params to data-aware cli
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jan 17, 2025
1 parent 0c1189a commit 23e298c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimum/commands/export/openvino.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ def run(self):
quantization_config=quantization_config,
stateful=not self.args.disable_stateful,
trust_remote_code=self.args.trust_remote_code,
variant=self.args.variant,
cache_dir=self.args.cache_dir,
)
model.save_pretrained(self.args.output)

Expand Down

0 comments on commit 23e298c

Please sign in to comment.