Skip to content

Commit 45be419

Browse files
committedMar 17, 2025
temporary change test dataset for hybrid quant
1 parent a014ad6 commit 45be419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/openvino/test_exporters_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def test_exporters_cli_hybrid_quantization(
641641
):
642642
with TemporaryDirectory() as tmpdir:
643643
subprocess.run(
644-
f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --dataset laion/filtered-wit --weight-format int8 {tmpdir}",
644+
f"optimum-cli export openvino --model {MODEL_NAMES[model_type]} --dataset laion/220k-GPT4Vision-captions-from-LIVIS --weight-format int8 {tmpdir}",
645645
shell=True,
646646
check=True,
647647
)

0 commit comments

Comments
 (0)