Skip to content

Commit 24c5133

Browse files
Fix test
1 parent c3e4fef commit 24c5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def test_ovmodel_4bit_auto_compression_with_config(
533533
# TODO: Check that AWQ was actually applied
534534
pass
535535

536-
ov_model = model
536+
ov_model = model.model
537537
if model_cls == OVModelForVisualCausalLM:
538538
ov_model = model.lm_model
539539

0 commit comments

Comments
 (0)