We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a014ad6 commit 45be419Copy full SHA for 45be419
tests/openvino/test_exporters_cli.py
@@ -641,7 +641,7 @@ def test_exporters_cli_hybrid_quantization(
641
):
642
with TemporaryDirectory() as tmpdir:
643
subprocess.run(
644
- f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --dataset laion/filtered-wit --weight-format int8 {tmpdir}",
+ f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --dataset laion/220k-GPT4Vision-captions-from-LIVIS --weight-format int8 {tmpdir}",
645
shell=True,
646
check=True,
647
)
0 commit comments