We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c037 commit 5b8780eCopy full SHA for 5b8780e
tests/openvino/test_quantization.py
@@ -92,6 +92,8 @@
92
}
93
94
pattern_prefix = "^__module.model.model" if is_transformers_version(">=", "4.49") else "^__module.model"
95
+
96
97
class OVQuantizerTest(unittest.TestCase):
98
SUPPORTED_ARCHITECTURES_TORCH_MODEL = (
99
(OVModelForSequenceClassification, "bert", 32, 35),
0 commit comments