Skip to content

Commit

Permalink
Fix deeepseek_qwen (#282)
Browse files Browse the repository at this point in the history
Remove assert_on_output_mismatch
  • Loading branch information
ddilbazTT authored Feb 5, 2025
1 parent 4a0bd3b commit c76cf2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/models/deepseek/test_deepseek_qwen.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def test_deepseek_qwen(record_property, model_name, mode, op_by_op):
if op_by_op:
cc.compile_depth = CompileDepth.EXECUTE_OP_BY_OP

tester = ThisTester(
model_name, mode, assert_on_output_mismatch=False, compiler_config=cc
)
tester = ThisTester(model_name, mode, compiler_config=cc)

results = tester.test_model()

0 comments on commit c76cf2f

Please sign in to comment.