Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Nov 14, 2023
1 parent 35a30a0 commit 6df8329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvino/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def preprocess_function(examples, tokenizer):

class OVQuantizerSeq2SeqTest(unittest.TestCase):
SUPPORTED_ARCHITECTURES_WITH_EXPECTED_QUANTIZED_MATMULS = (
("hf-internal-testing/tiny-random-t5", 30, 32, 52, 84),
("hf-internal-testing/tiny-random-t5", 30, 32, 52, 42),
)

@parameterized.expand(SUPPORTED_ARCHITECTURES_WITH_EXPECTED_QUANTIZED_MATMULS)
Expand Down

0 comments on commit 6df8329

Please sign in to comment.