Skip to content

Commit e5ba525

Browse files
committed
Fix lintrunner problem
1 parent 5a22282 commit e5ba525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/test/models/test_llama.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def test_llama_tosa_MI(self):
117117
.check_count({"torch.ops.higher_order.executorch_call_delegate": 26})
118118
.to_executorch()
119119
.run_method_and_compare_outputs(
120-
inputs=llama_inputs, atol=4.3, rtol=1.1 # TODO: MLETORCH-825 decrease tolerance
120+
inputs=llama_inputs,
121+
atol=4.3,
122+
rtol=1.1, # TODO: MLETORCH-825 decrease tolerance
121123
)
122124
)

0 commit comments

Comments
 (0)