Skip to content

Commit 5b8780e

Browse files
committed
style
1 parent d88c037 commit 5b8780e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/openvino/test_quantization.py

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
}
9393

9494
pattern_prefix = "^__module.model.model" if is_transformers_version(">=", "4.49") else "^__module.model"
95+
96+
9597
class OVQuantizerTest(unittest.TestCase):
9698
SUPPORTED_ARCHITECTURES_TORCH_MODEL = (
9799
(OVModelForSequenceClassification, "bert", 32, 35),

0 commit comments

Comments
 (0)