Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Dec 25, 2023
1 parent a6202a0 commit 1ccecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quantization/autoawq/test_awq.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_quantized_model_no_k_proj_quantized(self):
)

output = quantized_model.generate(dummy_input, max_new_tokens=10)
self.assertEqual(EXPECTED_OUTPUT, output)
self.assertTrue((EXPECTED_OUTPUT == output).all())


@slow
Expand Down

0 comments on commit 1ccecc3

Please sign in to comment.