Skip to content

Commit 2b40584

Browse files
committed
provide missed params to data-aware cli
1 parent 0c1189a commit 2b40584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

optimum/commands/export/openvino.py

+2
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ def run(self):
452452
quantization_config=quantization_config,
453453
stateful=not self.args.disable_stateful,
454454
trust_remote_code=self.args.trust_remote_code,
455+
variant=self.args.variant,
456+
cache_dir=self.args.cache_dir
455457
)
456458
model.save_pretrained(self.args.output)
457459

0 commit comments

Comments
 (0)