Skip to content

Commit 5fda99f

Browse files
committed
update test refs
1 parent bbec36a commit 5fda99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/openvino/test_exporters_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class OVCLIExportTestCase(unittest.TestCase):
197197
"image-text-to-text",
198198
"nanollava",
199199
"int4 --group-size 8 --ratio 0.8 --trust-remote-code",
200-
[{"int8": 16, "int4": 14}, {"int8": 15}, {"int8": 1}],
200+
[{"int8": 14, "int4": 16}, {"int8": 15}, {"int8": 1}],
201201
),
202202
(
203203
"image-text-to-text",

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class OVWeightCompressionTest(unittest.TestCase):
466466
tokenizer=MODEL_NAMES["nanollava"],
467467
trust_remote_code=True,
468468
),
469-
[{"int8": 16, "int4": 14}, {"int8": 15}, {"int8": 1}],
469+
[{"int8": 14, "int4": 16}, {"int8": 15}, {"int8": 1}],
470470
),
471471
]
472472
)

0 commit comments

Comments
 (0)