Skip to content

Commit

Permalink
fix expected ops quant in test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed May 29, 2024
1 parent 2163bf5 commit bd777cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/openvino/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ class OVQuantizerTest(unittest.TestCase):
)
SUPPORTED_ARCHITECTURES_OV_MODEL = (
(OVModelForSequenceClassification, "bert", 32, 35),
(OVModelForCausalLM, "gpt2", 31, 3),
# (OVModelForCausalLM, "gpt2", 31, 22),
(OVModelForCausalLM, "gpt2", 31, 22),
)

@parameterized.expand(SUPPORTED_ARCHITECTURES_TORCH_MODEL)
Expand Down

0 comments on commit bd777cb

Please sign in to comment.